Html Css Color HEX #E58BA5 Kobi

📋 copy color: '#E58BA5'

red 229 ◦ green 139 ◦ blue 165

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

Shades of Kobi #E58BA5

Tints of Kobi #E58BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.96%

R = 42.96%
G = 26.08%
B = 30.96%

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

#E58BA5 (or 0xE58BA5) is known color: Kobi. HEX triplet: E5, 8B and A5. RGB value is (229,139,165). Sum of RGB (Red+Green+Blue) = 229+139+165=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58BA5 is #1A745A. Grayscale: #A8A8A8. Windows color (decimal): -1733723 or 10849253. OLE color: 10849253.

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

Color convert

RGB 229 139 165 -
CMYK 0 0.39 0.28 0.10
HSL 342.67º 0.63% 0.72% -
HSV(B) 342.67º 0.39% 0.9% -
XYZ 48.34 37.84 40.35 -
YUV 168.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 229 139 165 0 0.39 0.28 0.10 342.67 0.63 0.72
Hex E5 8B A5 0 27 1C A 157 3F 48
Octal 345 213 245 0 47 34 12 527 77 110
Binary 11100101 10001011 10100101 0 100111 11100 1010 101010111 111111 1001000

Color Harmonies of #E58BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58BA5

Black with #E58BA5

Text Example


Text Example

White with #E58BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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