#E67D9A

Color #E67D9A Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #E67D9A

Tints of Carissma #E67D9A

Color information

#E67D9A (or 0xE67D9A) is unknown color: approx Carissma. HEX triplet: E6, 7D and 9A. RGB value is (230,125,154). Sum of RGB (Red+Green+Blue) = 230+125+154=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67D9A is #198265. Grayscale: #9F9F9F. Windows color (decimal): -1671782 or 10124774. OLE color: 10124774.

HSL color Cylindrical-coordinate representation of color #E67D9A: hue angle of 343.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67D9A is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230125154-
CMYK00.460.330.10
HSL343.43º67.74%69.61%-
HSV(B)343.43º45.65%90.2%-
XYZ45.833.8234.69-
YUV159.7124.79178.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 45.19%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=45.19%
G=24.56%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012515400.460.330.10343.4367.7469.61
HexE67D9A02E21A1574446
Octal3461752320564112527104106
Binary111001101111101100110100101110100001101010101011110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67D9A; }

 p { color: rgb(230,125,154); }

 H1.HeaderClassName
 {
   color: #E67D9A;
 }
 .AnyTagClassName
 {
   color: #E67D9A;
 }
</style>
background-color css

<style>
 a { background-color: #E67D9A; }

 a { background-color: rgb(230,125,154); }

 div.DivClassName
 {
   background-color: #E67D9A;
 }
 .BgClassName
 {
   background-color: #E67D9A;
 }
</style>
border-color css

<style>
 span { border-color: #E67D9A; }

 span { border-color: rgb(230,125,154); }

 td.TdClassName
 {
   border-color: #E67D9A;
 }
 .TagClassName
 {
   border-color: #E67D9A;
 }
</style>