Html Css Color HEX #E594A9 Kobi

📋 copy color: '#E594A9'

red 229 ◦ green 148 ◦ blue 169

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

Shades of Kobi #E594A9

Tints of Kobi #E594A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.95%

R = 41.94%
G = 27.11%
B = 30.95%

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

#E594A9 (or 0xE594A9) is known color: Kobi. HEX triplet: E5, 94 and A9. RGB value is (229,148,169). Sum of RGB (Red+Green+Blue) = 229+148+169=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E594A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E594A9 is #1A6B56. Grayscale: #AEAEAE. Windows color (decimal): -1731415 or 11113701. OLE color: 11113701.

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

Color convert

RGB 229 148 169 -
CMYK 0 0.35 0.26 0.10
HSL 344.44º 0.61% 0.74% -
HSV(B) 344.44º 0.35% 0.9% -
XYZ 50.06 40.7 42.75 -
YUV 174.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 229 148 169 0 0.35 0.26 0.10 344.44 0.61 0.74
Hex E5 94 A9 0 23 1A A 158 3D 4A
Octal 345 224 251 0 43 32 12 530 75 112
Binary 11100101 10010100 10101001 0 100011 11010 1010 101011000 111101 1001010

Color Harmonies of #E594A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E594A9

Black with #E594A9

Text Example


Text Example

White with #E594A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E594A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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