Html Css Color HEX #E57CAA Kobi

📋 copy color: '#E57CAA'

red 229 ◦ green 124 ◦ blue 170

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

Shades of Kobi #E57CAA

Tints of Kobi #E57CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.71%

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

R = 43.79%
G = 23.71%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E57CAA (or 0xE57CAA) is known color: Kobi. HEX triplet: E5, 7C and AA. RGB value is (229,124,170). Sum of RGB (Red+Green+Blue) = 229+124+170=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57CAA is #1A8355. Grayscale: #A0A0A0. Windows color (decimal): -1737558 or 11173093. OLE color: 11173093.

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

Color convert

RGB 229 124 170 -
CMYK 0 0.46 0.26 0.10
HSL 333.71º 0.67% 0.69% -
HSV(B) 333.71º 0.46% 0.9% -
XYZ 46.78 33.98 42.12 -
YUV 160.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 229 124 170 0 0.46 0.26 0.10 333.71 0.67 0.69
Hex E5 7C AA 0 2E 1A A 14E 43 45
Octal 345 174 252 0 56 32 12 516 103 105
Binary 11100101 1111100 10101010 0 101110 11010 1010 101001110 1000011 1000101

Color Harmonies of #E57CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CAA

Black with #E57CAA

Text Example


Text Example

White with #E57CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CAA; }

 p { color: rgb(229,124,170); }

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

background-color css

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

 a { background-color: rgb(229,124,170); }

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

border-color css

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

 span { border-color: rgb(229,124,170); }

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