Html Css Color HEX #E57DAB Kobi

📋 copy color: '#E57DAB'

red 229 ◦ green 125 ◦ blue 171

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

Shades of Kobi #E57DAB

Tints of Kobi #E57DAB

RGB

 RED value IS 229 (89.84% from 255) = 43.62%

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

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

R = 43.62%
G = 23.81%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E57DAB (or 0xE57DAB) is known color: Kobi. HEX triplet: E5, 7D and AB. RGB value is (229,125,171). Sum of RGB (Red+Green+Blue) = 229+125+171=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DAB is #1A8254. Grayscale: #A1A1A1. Windows color (decimal): -1737301 or 11238885. OLE color: 11238885.

HSL color Cylindrical-coordinate representation of color #E57DAB: hue angle of 333.46º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DAB is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 125 171 -
CMYK 0 0.45 0.25 0.10
HSL 333.46º 0.67% 0.69% -
HSV(B) 333.46º 0.45% 0.9% -
XYZ 47 34.27 42.66 -
YUV 161.34 133.46 176.26 -
System Red Green Blue C M Y K H S L
Decimal 229 125 171 0 0.45 0.25 0.10 333.46 0.67 0.69
Hex E5 7D AB 0 2D 19 A 14D 43 45
Octal 345 175 253 0 55 31 12 515 103 105
Binary 11100101 1111101 10101011 0 101101 11001 1010 101001101 1000011 1000101

Color Harmonies of #E57DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DAB

Black with #E57DAB

Text Example


Text Example

White with #E57DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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