Html Css Color HEX #E58BA4 Kobi

📋 copy color: '#E58BA4'

red 229 ◦ green 139 ◦ blue 164

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

Shades of Kobi #E58BA4

Tints of Kobi #E58BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.83%

R = 43.05%
G = 26.13%
B = 30.83%

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

#E58BA4 (or 0xE58BA4) is known color: Kobi. HEX triplet: E5, 8B and A4. RGB value is (229,139,164). Sum of RGB (Red+Green+Blue) = 229+139+164=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58BA4 is #1A745B. Grayscale: #A8A8A8. Windows color (decimal): -1733724 or 10783717. OLE color: 10783717.

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

Color convert

RGB 229 139 164 -
CMYK 0 0.39 0.28 0.10
HSL 343.33º 0.63% 0.72% -
HSV(B) 343.33º 0.39% 0.9% -
XYZ 48.25 37.8 39.88 -
YUV 168.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 229 139 164 0 0.39 0.28 0.10 343.33 0.63 0.72
Hex E5 8B A4 0 27 1C A 157 3F 48
Octal 345 213 244 0 47 34 12 527 77 110
Binary 11100101 10001011 10100100 0 100111 11100 1010 101010111 111111 1001000

Color Harmonies of #E58BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58BA4

Black with #E58BA4

Text Example


Text Example

White with #E58BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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