Html Css Color HEX #E090B9 Shocking

📋 copy color: '#E090B9'

red 224 ◦ green 144 ◦ blue 185

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

Shades of Shocking #E090B9

Tints of Shocking #E090B9

RGB

 RED value IS 224 (87.89% from 255) = 40.51%

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

 BLUE value IS 185 (72.66% from 255) = 33.45%

R = 40.51%
G = 26.04%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E090B9 (or 0xE090B9) is known color: Shocking. HEX triplet: E0, 90 and B9. RGB value is (224,144,185). Sum of RGB (Red+Green+Blue) = 224+144+185=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E090B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090B9 is #1F6F46. Grayscale: #ACACAC. Windows color (decimal): -2060103 or 12161248. OLE color: 12161248.

HSL color Cylindrical-coordinate representation of color #E090B9: hue angle of 329.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E090B9 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 185 -
CMYK 0 0.36 0.17 0.12
HSL 329.25º 0.56% 0.72% -
HSV(B) 329.25º 0.36% 0.88% -
XYZ 49.47 39.3 50.88 -
YUV 172.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 224 144 185 0 0.36 0.17 0.12 329.25 0.56 0.72
Hex E0 90 B9 0 24 11 C 149 38 48
Octal 340 220 271 0 44 21 14 511 70 110
Binary 11100000 10010000 10111001 0 100100 10001 1100 101001001 111000 1001000

Color Harmonies of #E090B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090B9

Black with #E090B9

Text Example


Text Example

White with #E090B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090B9; }

 p { color: rgb(224,144,185); }

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

background-color css

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

 a { background-color: rgb(224,144,185); }

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

border-color css

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

 span { border-color: rgb(224,144,185); }

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