Html Css Color HEX #E592AA Kobi

📋 copy color: '#E592AA'

red 229 ◦ green 146 ◦ blue 170

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

Shades of Kobi #E592AA

Tints of Kobi #E592AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.79%

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

R = 42.02%
G = 26.79%
B = 31.19%

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

#E592AA (or 0xE592AA) is known color: Kobi. HEX triplet: E5, 92 and AA. RGB value is (229,146,170). Sum of RGB (Red+Green+Blue) = 229+146+170=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E592AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E592AA is #1A6D55. Grayscale: #ADADAD. Windows color (decimal): -1731926 or 11178725. OLE color: 11178725.

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

Color convert

RGB 229 146 170 -
CMYK 0 0.36 0.26 0.10
HSL 342.65º 0.61% 0.74% -
HSV(B) 342.65º 0.36% 0.9% -
XYZ 49.85 40.12 43.15 -
YUV 173.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 229 146 170 0 0.36 0.26 0.10 342.65 0.61 0.74
Hex E5 92 AA 0 24 1A A 157 3D 4A
Octal 345 222 252 0 44 32 12 527 75 112
Binary 11100101 10010010 10101010 0 100100 11010 1010 101010111 111101 1001010

Color Harmonies of #E592AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E592AA

Black with #E592AA

Text Example


Text Example

White with #E592AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E592AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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