Html Css Color HEX #E58CB0 Kobi

📋 copy color: '#E58CB0'

red 229 ◦ green 140 ◦ blue 176

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

Shades of Kobi #E58CB0

Tints of Kobi #E58CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.29%

R = 42.02%
G = 25.69%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E58CB0 (or 0xE58CB0) is known color: Kobi. HEX triplet: E5, 8C and B0. RGB value is (229,140,176). Sum of RGB (Red+Green+Blue) = 229+140+176=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CB0 is #1A734F. Grayscale: #AAAAAA. Windows color (decimal): -1733456 or 11570405. OLE color: 11570405.

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

Color convert

RGB 229 140 176 -
CMYK 0 0.39 0.23 0.10
HSL 335.73º 0.63% 0.72% -
HSV(B) 335.73º 0.39% 0.9% -
XYZ 49.53 38.55 45.9 -
YUV 170.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 229 140 176 0 0.39 0.23 0.10 335.73 0.63 0.72
Hex E5 8C B0 0 27 17 A 150 3F 48
Octal 345 214 260 0 47 27 12 520 77 110
Binary 11100101 10001100 10110000 0 100111 10111 1010 101010000 111111 1001000

Color Harmonies of #E58CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58CB0

Black with #E58CB0

Text Example


Text Example

White with #E58CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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