Html Css Color HEX #E595AC Kobi

📋 copy color: '#E595AC'

red 229 ◦ green 149 ◦ blue 172

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

Shades of Kobi #E595AC

Tints of Kobi #E595AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.27%

R = 41.64%
G = 27.09%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E595AC (or 0xE595AC) is known color: Kobi. HEX triplet: E5, 95 and AC. RGB value is (229,149,172). Sum of RGB (Red+Green+Blue) = 229+149+172=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E595AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E595AC is #1A6A53. Grayscale: #AFAFAF. Windows color (decimal): -1731156 or 11310565. OLE color: 11310565.

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

Color convert

RGB 229 149 172 -
CMYK 0 0.35 0.25 0.10
HSL 342.75º 0.61% 0.74% -
HSV(B) 342.75º 0.35% 0.9% -
XYZ 50.51 41.13 44.31 -
YUV 175.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 229 149 172 0 0.35 0.25 0.10 342.75 0.61 0.74
Hex E5 95 AC 0 23 19 A 157 3D 4A
Octal 345 225 254 0 43 31 12 527 75 112
Binary 11100101 10010101 10101100 0 100011 11001 1010 101010111 111101 1001010

Color Harmonies of #E595AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E595AC

Black with #E595AC

Text Example


Text Example

White with #E595AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E595AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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