Html Css Color HEX #E17DAB Kobi

📋 copy color: '#E17DAB'

red 225 ◦ green 125 ◦ blue 171

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

Shades of Kobi #E17DAB

Tints of Kobi #E17DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.99%

 BLUE value IS 171 (67.19% from 255) = 32.82%

R = 43.19%
G = 23.99%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E17DAB (or 0xE17DAB) is known color: Kobi. HEX triplet: E1, 7D and AB. RGB value is (225,125,171). Sum of RGB (Red+Green+Blue) = 225+125+171=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DAB is #1E8254. Grayscale: #A0A0A0. Windows color (decimal): -1999445 or 11238881. OLE color: 11238881.

HSL color Cylindrical-coordinate representation of color #E17DAB: hue angle of 332.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17DAB is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 125 171 -
CMYK 0 0.44 0.24 0.12
HSL 332.4º 0.63% 0.69% -
HSV(B) 332.4º 0.44% 0.88% -
XYZ 45.74 33.62 42.61 -
YUV 160.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 225 125 171 0 0.44 0.24 0.12 332.4 0.63 0.69
Hex E1 7D AB 0 2C 18 C 14C 3E 45
Octal 341 175 253 0 54 30 14 514 76 105
Binary 11100001 1111101 10101011 0 101100 11000 1100 101001100 111110 1000101

Color Harmonies of #E17DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DAB

Black with #E17DAB

Text Example


Text Example

White with #E17DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DAB; }

 p { color: rgb(225,125,171); }

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

background-color css

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

 a { background-color: rgb(225,125,171); }

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

border-color css

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

 span { border-color: rgb(225,125,171); }

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