Html Css Color HEX #E58FAA Kobi

📋 copy color: '#E58FAA'

red 229 ◦ green 143 ◦ blue 170

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

Shades of Kobi #E58FAA

Tints of Kobi #E58FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.38%

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

R = 42.25%
G = 26.38%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E58FAA (or 0xE58FAA) is known color: Kobi. HEX triplet: E5, 8F and AA. RGB value is (229,143,170). Sum of RGB (Red+Green+Blue) = 229+143+170=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FAA is #1A7055. Grayscale: #ABABAB. Windows color (decimal): -1732694 or 11177957. OLE color: 11177957.

HSL color Cylindrical-coordinate representation of color #E58FAA: hue angle of 341.16º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58FAA is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 143 170 -
CMYK 0 0.38 0.26 0.10
HSL 341.16º 0.62% 0.73% -
HSV(B) 341.16º 0.38% 0.9% -
XYZ 49.39 39.21 42.99 -
YUV 171.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 229 143 170 0 0.38 0.26 0.10 341.16 0.62 0.73
Hex E5 8F AA 0 26 1A A 155 3E 49
Octal 345 217 252 0 46 32 12 525 76 111
Binary 11100101 10001111 10101010 0 100110 11010 1010 101010101 111110 1001001

Color Harmonies of #E58FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58FAA

Black with #E58FAA

Text Example


Text Example

White with #E58FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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