Html Css Color HEX #E490A0 Kobi

📋 copy color: '#E490A0'

red 228 ◦ green 144 ◦ blue 160

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

Shades of Kobi #E490A0

Tints of Kobi #E490A0

RGB

 RED value IS 228 (89.45% from 255) = 42.86%

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

 BLUE value IS 160 (62.89% from 255) = 30.08%

R = 42.86%
G = 27.07%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E490A0 (or 0xE490A0) is known color: Kobi. HEX triplet: E4, 90 and A0. RGB value is (228,144,160). Sum of RGB (Red+Green+Blue) = 228+144+160=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E490A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E490A0 is #1B6F5F. Grayscale: #AAAAAA. Windows color (decimal): -1797984 or 10522852. OLE color: 10522852.

HSL color Cylindrical-coordinate representation of color #E490A0: hue angle of 348.57º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E490A0 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 144 160 -
CMYK 0 0.37 0.30 0.11
HSL 348.57º 0.61% 0.73% -
HSV(B) 348.57º 0.37% 0.89% -
XYZ 48.31 38.98 38.23 -
YUV 170.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 228 144 160 0 0.37 0.30 0.11 348.57 0.61 0.73
Hex E4 90 A0 0 25 1E B 15D 3D 49
Octal 344 220 240 0 45 36 13 535 75 111
Binary 11100100 10010000 10100000 0 100101 11110 1011 101011101 111101 1001001

Color Harmonies of #E490A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E490A0

Black with #E490A0

Text Example


Text Example

White with #E490A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E490A0; }

 p { color: rgb(228,144,160); }

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

background-color css

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

 a { background-color: rgb(228,144,160); }

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

border-color css

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

 span { border-color: rgb(228,144,160); }

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