Html Css Color HEX #E595AA Kobi

📋 copy color: '#E595AA'

red 229 ◦ green 149 ◦ blue 170

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

Shades of Kobi #E595AA

Tints of Kobi #E595AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.19%

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

R = 41.79%
G = 27.19%
B = 31.02%

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

#E595AA (or 0xE595AA) is known color: Kobi. HEX triplet: E5, 95 and AA. RGB value is (229,149,170). Sum of RGB (Red+Green+Blue) = 229+149+170=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E595AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E595AA is #1A6A55. Grayscale: #AFAFAF. Windows color (decimal): -1731158 or 11179493. OLE color: 11179493.

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

Color convert

RGB 229 149 170 -
CMYK 0 0.35 0.26 0.10
HSL 344.25º 0.61% 0.74% -
HSV(B) 344.25º 0.35% 0.9% -
XYZ 50.32 41.06 43.3 -
YUV 175.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 229 149 170 0 0.35 0.26 0.10 344.25 0.61 0.74
Hex E5 95 AA 0 23 1A A 158 3D 4A
Octal 345 225 252 0 43 32 12 530 75 112
Binary 11100101 10010101 10101010 0 100011 11010 1010 101011000 111101 1001010

Color Harmonies of #E595AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E595AA

Black with #E595AA

Text Example


Text Example

White with #E595AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E595AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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