Html Css Color HEX #E58AAB Kobi

📋 copy color: '#E58AAB'

red 229 ◦ green 138 ◦ blue 171

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

Shades of Kobi #E58AAB

Tints of Kobi #E58AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.65%

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

R = 42.57%
G = 25.65%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E58AAB (or 0xE58AAB) is known color: Kobi. HEX triplet: E5, 8A and AB. RGB value is (229,138,171). Sum of RGB (Red+Green+Blue) = 229+138+171=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58AAB is #1A7554. Grayscale: #A8A8A8. Windows color (decimal): -1733973 or 11242213. OLE color: 11242213.

HSL color Cylindrical-coordinate representation of color #E58AAB: hue angle of 338.24º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58AAB is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 138 171 -
CMYK 0 0.40 0.25 0.10
HSL 338.24º 0.64% 0.72% -
HSV(B) 338.24º 0.4% 0.9% -
XYZ 48.75 37.78 43.25 -
YUV 168.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 229 138 171 0 0.40 0.25 0.10 338.24 0.64 0.72
Hex E5 8A AB 0 28 19 A 152 40 48
Octal 345 212 253 0 50 31 12 522 100 110
Binary 11100101 10001010 10101011 0 101000 11001 1010 101010010 1000000 1001000

Color Harmonies of #E58AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58AAB

Black with #E58AAB

Text Example


Text Example

White with #E58AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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