Html Css Color HEX #E490BF Shocking

📋 copy color: '#E490BF'

red 228 ◦ green 144 ◦ blue 191

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

Shades of Shocking #E490BF

Tints of Shocking #E490BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.93%

R = 40.5%
G = 25.58%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E490BF (or 0xE490BF) is known color: Shocking. HEX triplet: E4, 90 and BF. RGB value is (228,144,191). Sum of RGB (Red+Green+Blue) = 228+144+191=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E490BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490BF is #1B6F40. Grayscale: #AEAEAE. Windows color (decimal): -1797953 or 12554468. OLE color: 12554468.

HSL color Cylindrical-coordinate representation of color #E490BF: hue angle of 326.43º 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 #E490BF is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 144 191 -
CMYK 0 0.37 0.16 0.11
HSL 326.43º 0.61% 0.73% -
HSV(B) 326.43º 0.37% 0.89% -
XYZ 51.37 40.2 54.34 -
YUV 174.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 228 144 191 0 0.37 0.16 0.11 326.43 0.61 0.73
Hex E4 90 BF 0 25 10 B 146 3D 49
Octal 344 220 277 0 45 20 13 506 75 111
Binary 11100100 10010000 10111111 0 100101 10000 1011 101000110 111101 1001001

Color Harmonies of #E490BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E490BF

Black with #E490BF

Text Example


Text Example

White with #E490BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E490BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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