Html Css Color HEX #E17DAE Kobi

📋 copy color: '#E17DAE'

red 225 ◦ green 125 ◦ blue 174

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

Shades of Kobi #E17DAE

Tints of Kobi #E17DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.21%

R = 42.94%
G = 23.85%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E17DAE (or 0xE17DAE) is known color: Kobi. HEX triplet: E1, 7D and AE. RGB value is (225,125,174). Sum of RGB (Red+Green+Blue) = 225+125+174=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DAE is #1E8251. Grayscale: #A0A0A0. Windows color (decimal): -1999442 or 11435489. OLE color: 11435489.

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

Color convert

RGB 225 125 174 -
CMYK 0 0.44 0.23 0.12
HSL 330.6º 0.63% 0.69% -
HSV(B) 330.6º 0.44% 0.88% -
XYZ 46.02 33.73 44.13 -
YUV 160.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 225 125 174 0 0.44 0.23 0.12 330.6 0.63 0.69
Hex E1 7D AE 0 2C 17 C 14B 3E 45
Octal 341 175 256 0 54 27 14 513 76 105
Binary 11100001 1111101 10101110 0 101100 10111 1100 101001011 111110 1000101

Color Harmonies of #E17DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DAE

Black with #E17DAE

Text Example


Text Example

White with #E17DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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