Html Css Color HEX #E17DAD Kobi

📋 copy color: '#E17DAD'

red 225 ◦ green 125 ◦ blue 173

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

Shades of Kobi #E17DAD

Tints of Kobi #E17DAD

RGB

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

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

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

R = 43.02%
G = 23.9%
B = 33.08%

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

#E17DAD (or 0xE17DAD) is known color: Kobi. HEX triplet: E1, 7D and AD. RGB value is (225,125,173). Sum of RGB (Red+Green+Blue) = 225+125+173=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DAD is #1E8252. Grayscale: #A0A0A0. Windows color (decimal): -1999443 or 11369953. OLE color: 11369953.

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

Color convert

RGB 225 125 173 -
CMYK 0 0.44 0.23 0.12
HSL 331.2º 0.63% 0.69% -
HSV(B) 331.2º 0.44% 0.88% -
XYZ 45.93 33.69 43.62 -
YUV 160.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 225 125 173 0 0.44 0.23 0.12 331.2 0.63 0.69
Hex E1 7D AD 0 2C 17 C 14B 3E 45
Octal 341 175 255 0 54 27 14 513 76 105
Binary 11100001 1111101 10101101 0 101100 10111 1100 101001011 111110 1000101

Color Harmonies of #E17DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DAD

Black with #E17DAD

Text Example


Text Example

White with #E17DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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