Html Css Color HEX #E17DAA Kobi

📋 copy color: '#E17DAA'

red 225 ◦ green 125 ◦ blue 170

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

Shades of Kobi #E17DAA

Tints of Kobi #E17DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 43.27%
G = 24.04%
B = 32.69%

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

#E17DAA (or 0xE17DAA) is known color: Kobi. HEX triplet: E1, 7D and AA. RGB value is (225,125,170). Sum of RGB (Red+Green+Blue) = 225+125+170=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DAA is #1E8255. Grayscale: #9F9F9F. Windows color (decimal): -1999446 or 11173345. OLE color: 11173345.

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

Color convert

RGB 225 125 170 -
CMYK 0 0.44 0.24 0.12
HSL 333º 0.63% 0.69% -
HSV(B) 333º 0.44% 0.88% -
XYZ 45.64 33.58 42.11 -
YUV 160.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 225 125 170 0 0.44 0.24 0.12 333 0.63 0.69
Hex E1 7D AA 0 2C 18 C 14D 3E 45
Octal 341 175 252 0 54 30 14 515 76 105
Binary 11100001 1111101 10101010 0 101100 11000 1100 101001101 111110 1000101

Color Harmonies of #E17DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DAA

Black with #E17DAA

Text Example


Text Example

White with #E17DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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