Html Css Color HEX #E590AC Kobi

📋 copy color: '#E590AC'

red 229 ◦ green 144 ◦ blue 172

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

Shades of Kobi #E590AC

Tints of Kobi #E590AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.42%

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

R = 42.02%
G = 26.42%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E590AC (or 0xE590AC) is known color: Kobi. HEX triplet: E5, 90 and AC. RGB value is (229,144,172). Sum of RGB (Red+Green+Blue) = 229+144+172=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E590AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E590AC is #1A6F53. Grayscale: #ACACAC. Windows color (decimal): -1732436 or 11309285. OLE color: 11309285.

HSL color Cylindrical-coordinate representation of color #E590AC: hue angle of 340.24º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E590AC is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 144 172 -
CMYK 0 0.37 0.25 0.10
HSL 340.24º 0.62% 0.73% -
HSV(B) 340.24º 0.37% 0.9% -
XYZ 49.73 39.58 44.05 -
YUV 172.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 229 144 172 0 0.37 0.25 0.10 340.24 0.62 0.73
Hex E5 90 AC 0 25 19 A 154 3E 49
Octal 345 220 254 0 45 31 12 524 76 111
Binary 11100101 10010000 10101100 0 100101 11001 1010 101010100 111110 1001001

Color Harmonies of #E590AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E590AC

Black with #E590AC

Text Example


Text Example

White with #E590AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E590AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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