Html Css Color HEX #E090B8 Shocking

📋 copy color: '#E090B8'

red 224 ◦ green 144 ◦ blue 184

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

Shades of Shocking #E090B8

Tints of Shocking #E090B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.33%

R = 40.58%
G = 26.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E090B8 (or 0xE090B8) is known color: Shocking. HEX triplet: E0, 90 and B8. RGB value is (224,144,184). Sum of RGB (Red+Green+Blue) = 224+144+184=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E090B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090B8 is #1F6F47. Grayscale: #ACACAC. Windows color (decimal): -2060104 or 12095712. OLE color: 12095712.

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

Color convert

RGB 224 144 184 -
CMYK 0 0.36 0.18 0.12
HSL 330º 0.56% 0.72% -
HSV(B) 330º 0.36% 0.88% -
XYZ 49.37 39.25 50.32 -
YUV 172.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 224 144 184 0 0.36 0.18 0.12 330 0.56 0.72
Hex E0 90 B8 0 24 12 C 14A 38 48
Octal 340 220 270 0 44 22 14 512 70 110
Binary 11100000 10010000 10111000 0 100100 10010 1100 101001010 111000 1001000

Color Harmonies of #E090B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090B8

Black with #E090B8

Text Example


Text Example

White with #E090B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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