Html Css Color HEX #E594AA Kobi

📋 copy color: '#E594AA'

red 229 ◦ green 148 ◦ blue 170

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

Shades of Kobi #E594AA

Tints of Kobi #E594AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.06%

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

R = 41.86%
G = 27.06%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E594AA (or 0xE594AA) is known color: Kobi. HEX triplet: E5, 94 and AA. RGB value is (229,148,170). Sum of RGB (Red+Green+Blue) = 229+148+170=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E594AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E594AA is #1A6B55. Grayscale: #AEAEAE. Windows color (decimal): -1731414 or 11179237. OLE color: 11179237.

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

Color convert

RGB 229 148 170 -
CMYK 0 0.35 0.26 0.10
HSL 343.7º 0.61% 0.74% -
HSV(B) 343.7º 0.35% 0.9% -
XYZ 50.16 40.74 43.25 -
YUV 174.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 229 148 170 0 0.35 0.26 0.10 343.7 0.61 0.74
Hex E5 94 AA 0 23 1A A 158 3D 4A
Octal 345 224 252 0 43 32 12 530 75 112
Binary 11100101 10010100 10101010 0 100011 11010 1010 101011000 111101 1001010

Color Harmonies of #E594AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E594AA

Black with #E594AA

Text Example


Text Example

White with #E594AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E594AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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