Html Css Color HEX #E58CB2 Kobi

📋 copy color: '#E58CB2'

red 229 ◦ green 140 ◦ blue 178

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

Shades of Kobi #E58CB2

Tints of Kobi #E58CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 41.86%
G = 25.59%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E58CB2 (or 0xE58CB2) is known color: Kobi. HEX triplet: E5, 8C and B2. RGB value is (229,140,178). Sum of RGB (Red+Green+Blue) = 229+140+178=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CB2 is #1A734D. Grayscale: #AAAAAA. Windows color (decimal): -1733454 or 11701477. OLE color: 11701477.

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

Color convert

RGB 229 140 178 -
CMYK 0 0.39 0.22 0.10
HSL 334.38º 0.63% 0.72% -
HSV(B) 334.38º 0.39% 0.9% -
XYZ 49.73 38.63 46.95 -
YUV 170.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 229 140 178 0 0.39 0.22 0.10 334.38 0.63 0.72
Hex E5 8C B2 0 27 16 A 14E 3F 48
Octal 345 214 262 0 47 26 12 516 77 110
Binary 11100101 10001100 10110010 0 100111 10110 1010 101001110 111111 1001000

Color Harmonies of #E58CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58CB2

Black with #E58CB2

Text Example


Text Example

White with #E58CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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