Html Css Color HEX #E19DAF Kobi

📋 copy color: '#E19DAF'

red 225 ◦ green 157 ◦ blue 175

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

Shades of Kobi #E19DAF

Tints of Kobi #E19DAF

RGB

 RED value IS 225 (88.28% from 255) = 40.39%

 GREEN value IS 157 (61.72% from 255) = 28.19%

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

R = 40.39%
G = 28.19%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E19DAF (or 0xE19DAF) is known color: Kobi. HEX triplet: E1, 9D and AF. RGB value is (225,157,175). Sum of RGB (Red+Green+Blue) = 225+157+175=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DAF is #1E6250. Grayscale: #B3B3B3. Windows color (decimal): -1991249 or 11509217. OLE color: 11509217.

HSL color Cylindrical-coordinate representation of color #E19DAF: hue angle of 344.12º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DAF is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 157 175 -
CMYK 0 0.30 0.22 0.12
HSL 344.12º 0.53% 0.75% -
HSV(B) 344.12º 0.3% 0.88% -
XYZ 50.85 43.22 46.22 -
YUV 179.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 225 157 175 0 0.30 0.22 0.12 344.12 0.53 0.75
Hex E1 9D AF 0 1E 16 C 158 35 4B
Octal 341 235 257 0 36 26 14 530 65 113
Binary 11100001 10011101 10101111 0 11110 10110 1100 101011000 110101 1001011

Color Harmonies of #E19DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19DAF

Black with #E19DAF

Text Example


Text Example

White with #E19DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19DAF; }

 p { color: rgb(225,157,175); }

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

background-color css

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

 a { background-color: rgb(225,157,175); }

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

border-color css

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

 span { border-color: rgb(225,157,175); }

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