Html Css Color HEX #E090B5 Shocking

📋 copy color: '#E090B5'

red 224 ◦ green 144 ◦ blue 181

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

Shades of Shocking #E090B5

Tints of Shocking #E090B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.97%

R = 40.8%
G = 26.23%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E090B5 (or 0xE090B5) is known color: Shocking. HEX triplet: E0, 90 and B5. RGB value is (224,144,181). Sum of RGB (Red+Green+Blue) = 224+144+181=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E090B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090B5 is #1F6F4A. Grayscale: #ACACAC. Windows color (decimal): -2060107 or 11899104. OLE color: 11899104.

HSL color Cylindrical-coordinate representation of color #E090B5: hue angle of 332.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 #E090B5 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 181 -
CMYK 0 0.36 0.19 0.12
HSL 332.25º 0.56% 0.72% -
HSV(B) 332.25º 0.36% 0.88% -
XYZ 49.05 39.13 48.68 -
YUV 172.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 224 144 181 0 0.36 0.19 0.12 332.25 0.56 0.72
Hex E0 90 B5 0 24 13 C 14C 38 48
Octal 340 220 265 0 44 23 14 514 70 110
Binary 11100000 10010000 10110101 0 100100 10011 1100 101001100 111000 1001000

Color Harmonies of #E090B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090B5

Black with #E090B5

Text Example


Text Example

White with #E090B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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