Html Css Color HEX #E90AB4 Shocking Pink

📋 copy color: '#E90AB4'

red 233 ◦ green 10 ◦ blue 180

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

Shades of Shocking Pink #E90AB4

Tints of Shocking Pink #E90AB4

RGB

 RED value IS 233 (91.41% from 255) = 55.08%

 GREEN value IS 10 (4.3% from 255) = 2.36%

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 55.08%
G = 2.36%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E90AB4 (or 0xE90AB4) is known color: Shocking Pink. HEX triplet: E9, 0A and B4. RGB value is (233,10,180). Sum of RGB (Red+Green+Blue) = 233+10+180=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E90AB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90AB4 is #16F54B. Grayscale: #5F5F5F. Windows color (decimal): -1504588 or 11799273. OLE color: 11799273.

HSL color Cylindrical-coordinate representation of color #E90AB4: hue angle of 314.26º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90AB4 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 10 180 -
CMYK 0 0.96 0.23 0.09
HSL 314.26º 0.92% 0.48% -
HSV(B) 314.26º 0.96% 0.91% -
XYZ 41.95 20.84 44.99 -
YUV 96.06 175.38 225.68 -
System Red Green Blue C M Y K H S L
Decimal 233 10 180 0 0.96 0.23 0.09 314.26 0.92 0.48
Hex E9 A B4 0 60 17 9 13A 5C 30
Octal 351 12 264 0 140 27 11 472 134 60
Binary 11101001 1010 10110100 0 1100000 10111 1001 100111010 1011100 110000

Color Harmonies of #E90AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90AB4

Black with #E90AB4

Text Example


Text Example

White with #E90AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90AB4; }

 p { color: rgb(233,10,180); }

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

background-color css

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

 a { background-color: rgb(233,10,180); }

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

border-color css

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

 span { border-color: rgb(233,10,180); }

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