Html Css Color HEX #E595A6 Kobi

📋 copy color: '#E595A6'

red 229 ◦ green 149 ◦ blue 166

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

Shades of Kobi #E595A6

Tints of Kobi #E595A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.51%

R = 42.1%
G = 27.39%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E595A6 (or 0xE595A6) is known color: Kobi. HEX triplet: E5, 95 and A6. RGB value is (229,149,166). Sum of RGB (Red+Green+Blue) = 229+149+166=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E595A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E595A6 is #1A6A59. Grayscale: #AEAEAE. Windows color (decimal): -1731162 or 10917349. OLE color: 10917349.

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

Color convert

RGB 229 149 166 -
CMYK 0 0.35 0.28 0.10
HSL 347.25º 0.61% 0.74% -
HSV(B) 347.25º 0.35% 0.9% -
XYZ 49.94 40.91 41.34 -
YUV 174.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 229 149 166 0 0.35 0.28 0.10 347.25 0.61 0.74
Hex E5 95 A6 0 23 1C A 15B 3D 4A
Octal 345 225 246 0 43 34 12 533 75 112
Binary 11100101 10010101 10100110 0 100011 11100 1010 101011011 111101 1001010

Color Harmonies of #E595A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E595A6

Black with #E595A6

Text Example


Text Example

White with #E595A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E595A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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