Html Css Color HEX #E58BAA Kobi

📋 copy color: '#E58BAA'

red 229 ◦ green 139 ◦ blue 170

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

Shades of Kobi #E58BAA

Tints of Kobi #E58BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.84%

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

R = 42.57%
G = 25.84%
B = 31.6%

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

#E58BAA (or 0xE58BAA) is known color: Kobi. HEX triplet: E5, 8B and AA. RGB value is (229,139,170). Sum of RGB (Red+Green+Blue) = 229+139+170=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58BAA is #1A7455. Grayscale: #A9A9A9. Windows color (decimal): -1733718 or 11176933. OLE color: 11176933.

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

Color convert

RGB 229 139 170 -
CMYK 0 0.39 0.26 0.10
HSL 339.33º 0.63% 0.72% -
HSV(B) 339.33º 0.39% 0.9% -
XYZ 48.8 38.03 42.8 -
YUV 169.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 229 139 170 0 0.39 0.26 0.10 339.33 0.63 0.72
Hex E5 8B AA 0 27 1A A 153 3F 48
Octal 345 213 252 0 47 32 12 523 77 110
Binary 11100101 10001011 10101010 0 100111 11010 1010 101010011 111111 1001000

Color Harmonies of #E58BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58BAA

Black with #E58BAA

Text Example


Text Example

White with #E58BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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