Html Css Color HEX #E58CA6 Kobi

📋 copy color: '#E58CA6'

red 229 ◦ green 140 ◦ blue 166

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

Shades of Kobi #E58CA6

Tints of Kobi #E58CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.03%

R = 42.8%
G = 26.17%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E58CA6 (or 0xE58CA6) is known color: Kobi. HEX triplet: E5, 8C and A6. RGB value is (229,140,166). Sum of RGB (Red+Green+Blue) = 229+140+166=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CA6 is #1A7359. Grayscale: #A9A9A9. Windows color (decimal): -1733466 or 10915045. OLE color: 10915045.

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

Color convert

RGB 229 140 166 -
CMYK 0 0.39 0.28 0.10
HSL 342.47º 0.63% 0.72% -
HSV(B) 342.47º 0.39% 0.9% -
XYZ 48.57 38.17 40.88 -
YUV 169.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 229 140 166 0 0.39 0.28 0.10 342.47 0.63 0.72
Hex E5 8C A6 0 27 1C A 156 3F 48
Octal 345 214 246 0 47 34 12 526 77 110
Binary 11100101 10001100 10100110 0 100111 11100 1010 101010110 111111 1001000

Color Harmonies of #E58CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58CA6

Black with #E58CA6

Text Example


Text Example

White with #E58CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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