Html Css Color HEX #E593AA Kobi

📋 copy color: '#E593AA'

red 229 ◦ green 147 ◦ blue 170

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

Shades of Kobi #E593AA

Tints of Kobi #E593AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.92%

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

R = 41.94%
G = 26.92%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E593AA (or 0xE593AA) is known color: Kobi. HEX triplet: E5, 93 and AA. RGB value is (229,147,170). Sum of RGB (Red+Green+Blue) = 229+147+170=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E593AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E593AA is #1A6C55. Grayscale: #AEAEAE. Windows color (decimal): -1731670 or 11178981. OLE color: 11178981.

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

Color convert

RGB 229 147 170 -
CMYK 0 0.36 0.26 0.10
HSL 343.17º 0.61% 0.74% -
HSV(B) 343.17º 0.36% 0.9% -
XYZ 50 40.43 43.2 -
YUV 174.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 229 147 170 0 0.36 0.26 0.10 343.17 0.61 0.74
Hex E5 93 AA 0 24 1A A 157 3D 4A
Octal 345 223 252 0 44 32 12 527 75 112
Binary 11100101 10010011 10101010 0 100100 11010 1010 101010111 111101 1001010

Color Harmonies of #E593AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E593AA

Black with #E593AA

Text Example


Text Example

White with #E593AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E593AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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