Html Css Color HEX #E58CAB Kobi

📋 copy color: '#E58CAB'

red 229 ◦ green 140 ◦ blue 171

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

Shades of Kobi #E58CAB

Tints of Kobi #E58CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.67%

R = 42.41%
G = 25.93%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E58CAB (or 0xE58CAB) is known color: Kobi. HEX triplet: E5, 8C and AB. RGB value is (229,140,171). Sum of RGB (Red+Green+Blue) = 229+140+171=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CAB is #1A7354. Grayscale: #AAAAAA. Windows color (decimal): -1733461 or 11242725. OLE color: 11242725.

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

Color convert

RGB 229 140 171 -
CMYK 0 0.39 0.25 0.10
HSL 339.1º 0.63% 0.72% -
HSV(B) 339.1º 0.39% 0.9% -
XYZ 49.04 38.35 43.35 -
YUV 170.15 128.49 169.98 -
System Red Green Blue C M Y K H S L
Decimal 229 140 171 0 0.39 0.25 0.10 339.1 0.63 0.72
Hex E5 8C AB 0 27 19 A 153 3F 48
Octal 345 214 253 0 47 31 12 523 77 110
Binary 11100101 10001100 10101011 0 100111 11001 1010 101010011 111111 1001000

Color Harmonies of #E58CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58CAB

Black with #E58CAB

Text Example


Text Example

White with #E58CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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