Html Css Color HEX #E17DA9 Kobi

📋 copy color: '#E17DA9'

red 225 ◦ green 125 ◦ blue 169

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

Shades of Kobi #E17DA9

Tints of Kobi #E17DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.56%

R = 43.35%
G = 24.08%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E17DA9 (or 0xE17DA9) is known color: Kobi. HEX triplet: E1, 7D and A9. RGB value is (225,125,169). Sum of RGB (Red+Green+Blue) = 225+125+169=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DA9 is #1E8256. Grayscale: #9F9F9F. Windows color (decimal): -1999447 or 11107809. OLE color: 11107809.

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

Color convert

RGB 225 125 169 -
CMYK 0 0.44 0.25 0.12
HSL 333.6º 0.63% 0.69% -
HSV(B) 333.6º 0.44% 0.88% -
XYZ 45.55 33.54 41.61 -
YUV 159.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 225 125 169 0 0.44 0.25 0.12 333.6 0.63 0.69
Hex E1 7D A9 0 2C 19 C 14E 3E 45
Octal 341 175 251 0 54 31 14 516 76 105
Binary 11100001 1111101 10101001 0 101100 11001 1100 101001110 111110 1000101

Color Harmonies of #E17DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DA9

Black with #E17DA9

Text Example


Text Example

White with #E17DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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