Html Css Color HEX #E57DAC Kobi

📋 copy color: '#E57DAC'

red 229 ◦ green 125 ◦ blue 172

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

Shades of Kobi #E57DAC

Tints of Kobi #E57DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.7%

R = 43.54%
G = 23.76%
B = 32.7%

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

#E57DAC (or 0xE57DAC) is known color: Kobi. HEX triplet: E5, 7D and AC. RGB value is (229,125,172). Sum of RGB (Red+Green+Blue) = 229+125+172=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DAC is #1A8253. Grayscale: #A1A1A1. Windows color (decimal): -1737300 or 11304421. OLE color: 11304421.

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

Color convert

RGB 229 125 172 -
CMYK 0 0.45 0.25 0.10
HSL 332.88º 0.67% 0.69% -
HSV(B) 332.88º 0.45% 0.9% -
XYZ 47.09 34.3 43.17 -
YUV 161.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 229 125 172 0 0.45 0.25 0.10 332.88 0.67 0.69
Hex E5 7D AC 0 2D 19 A 14D 43 45
Octal 345 175 254 0 55 31 12 515 103 105
Binary 11100101 1111101 10101100 0 101101 11001 1010 101001101 1000011 1000101

Color Harmonies of #E57DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DAC

Black with #E57DAC

Text Example


Text Example

White with #E57DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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