Html Css Color HEX #E19EAD Kobi

📋 copy color: '#E19EAD'

red 225 ◦ green 158 ◦ blue 173

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

Shades of Kobi #E19EAD

Tints of Kobi #E19EAD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.42%

 BLUE value IS 173 (67.97% from 255) = 31.12%

R = 40.47%
G = 28.42%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E19EAD (or 0xE19EAD) is known color: Kobi. HEX triplet: E1, 9E and AD. RGB value is (225,158,173). Sum of RGB (Red+Green+Blue) = 225+158+173=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E19EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19EAD is #1E6152. Grayscale: #B3B3B3. Windows color (decimal): -1990995 or 11378401. OLE color: 11378401.

HSL color Cylindrical-coordinate representation of color #E19EAD: hue angle of 346.57º 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 #E19EAD is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 158 173 -
CMYK 0 0.30 0.23 0.12
HSL 346.57º 0.53% 0.75% -
HSV(B) 346.57º 0.3% 0.88% -
XYZ 50.82 43.48 45.25 -
YUV 179.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 225 158 173 0 0.30 0.23 0.12 346.57 0.53 0.75
Hex E1 9E AD 0 1E 17 C 15B 35 4B
Octal 341 236 255 0 36 27 14 533 65 113
Binary 11100001 10011110 10101101 0 11110 10111 1100 101011011 110101 1001011

Color Harmonies of #E19EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19EAD

Black with #E19EAD

Text Example


Text Example

White with #E19EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19EAD; }

 p { color: rgb(225,158,173); }

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

background-color css

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

 a { background-color: rgb(225,158,173); }

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

border-color css

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

 span { border-color: rgb(225,158,173); }

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