Html Css Color HEX #E90ABA Shocking Pink

📋 copy color: '#E90ABA'

red 233 ◦ green 10 ◦ blue 186

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

Shades of Shocking Pink #E90ABA

Tints of Shocking Pink #E90ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 54.31%
G = 2.33%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E90ABA (or 0xE90ABA) is known color: Shocking Pink. HEX triplet: E9, 0A and BA. RGB value is (233,10,186). Sum of RGB (Red+Green+Blue) = 233+10+186=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ABA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ABA is #16F545. Grayscale: #606060. Windows color (decimal): -1504582 or 12192489. OLE color: 12192489.

HSL color Cylindrical-coordinate representation of color #E90ABA: hue angle of 312.65º 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 #E90ABA is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 10 186 -
CMYK 0 0.96 0.20 0.09
HSL 312.65º 0.92% 0.48% -
HSV(B) 312.65º 0.96% 0.91% -
XYZ 42.58 21.09 48.28 -
YUV 96.74 178.38 225.19 -
System Red Green Blue C M Y K H S L
Decimal 233 10 186 0 0.96 0.20 0.09 312.65 0.92 0.48
Hex E9 A BA 0 60 14 9 139 5C 30
Octal 351 12 272 0 140 24 11 471 134 60
Binary 11101001 1010 10111010 0 1100000 10100 1001 100111001 1011100 110000

Color Harmonies of #E90ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90ABA

Black with #E90ABA

Text Example


Text Example

White with #E90ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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