Html Css Color HEX #E58CAA Kobi

📋 copy color: '#E58CAA'

red 229 ◦ green 140 ◦ blue 170

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

Shades of Kobi #E58CAA

Tints of Kobi #E58CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.97%

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

R = 42.49%
G = 25.97%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E58CAA (or 0xE58CAA) is known color: Kobi. HEX triplet: E5, 8C and AA. RGB value is (229,140,170). Sum of RGB (Red+Green+Blue) = 229+140+170=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CAA is #1A7355. Grayscale: #AAAAAA. Windows color (decimal): -1733462 or 11177189. OLE color: 11177189.

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

Color convert

RGB 229 140 170 -
CMYK 0 0.39 0.26 0.10
HSL 339.78º 0.63% 0.72% -
HSV(B) 339.78º 0.39% 0.9% -
XYZ 48.95 38.32 42.85 -
YUV 170.03 127.99 170.06 -
System Red Green Blue C M Y K H S L
Decimal 229 140 170 0 0.39 0.26 0.10 339.78 0.63 0.72
Hex E5 8C AA 0 27 1A A 154 3F 48
Octal 345 214 252 0 47 32 12 524 77 110
Binary 11100101 10001100 10101010 0 100111 11010 1010 101010100 111111 1001000

Color Harmonies of #E58CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58CAA

Black with #E58CAA

Text Example


Text Example

White with #E58CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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