Html Css Color HEX #E49CAF Kobi

📋 copy color: '#E49CAF'

red 228 ◦ green 156 ◦ blue 175

#E49CAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #E49CAF

Tints of Kobi #E49CAF

RGB

 RED value IS 228 (89.45% from 255) = 40.79%

 GREEN value IS 156 (61.33% from 255) = 27.91%

 BLUE value IS 175 (68.75% from 255) = 31.31%

R = 40.79%
G = 27.91%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E49CAF (or 0xE49CAF) is known color: Kobi. HEX triplet: E4, 9C and AF. RGB value is (228,156,175). Sum of RGB (Red+Green+Blue) = 228+156+175=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49CAF is #1B6350. Grayscale: #B3B3B3. Windows color (decimal): -1794897 or 11508964. OLE color: 11508964.

HSL color Cylindrical-coordinate representation of color #E49CAF: hue angle of 344.17º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49CAF is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 156 175 -
CMYK 0 0.32 0.23 0.11
HSL 344.17º 0.57% 0.75% -
HSV(B) 344.17º 0.32% 0.89% -
XYZ 51.62 43.37 46.21 -
YUV 179.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 228 156 175 0 0.32 0.23 0.11 344.17 0.57 0.75
Hex E4 9C AF 0 20 17 B 158 39 4B
Octal 344 234 257 0 40 27 13 530 71 113
Binary 11100100 10011100 10101111 0 100000 10111 1011 101011000 111001 1001011

Color Harmonies of #E49CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49CAF

Black with #E49CAF

Text Example


Text Example

White with #E49CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49CAF; }

 p { color: rgb(228,156,175); }

 H1.HeaderClassName
 {
   color: #E49CAF;
 }
 .AnyTagClassName
 {
   color: #E49CAF;
 }
</style>

background-color css

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

 a { background-color: rgb(228,156,175); }

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

border-color css

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

 span { border-color: rgb(228,156,175); }

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