Html Css Color HEX #E30EBE Shocking Pink

📋 copy color: '#E30EBE'

red 227 ◦ green 14 ◦ blue 190

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

Shades of Shocking Pink #E30EBE

Tints of Shocking Pink #E30EBE

RGB

 RED value IS 227 (89.06% from 255) = 52.67%

 GREEN value IS 14 (5.86% from 255) = 3.25%

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 52.67%
G = 3.25%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E30EBE (or 0xE30EBE) is known color: Shocking Pink. HEX triplet: E3, 0E and BE. RGB value is (227,14,190). Sum of RGB (Red+Green+Blue) = 227+14+190=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E30EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30EBE is #1CF141. Grayscale: #616161. Windows color (decimal): -1896770 or 12455651. OLE color: 12455651.

HSL color Cylindrical-coordinate representation of color #E30EBE: hue angle of 310.42º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30EBE is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 14 190 -
CMYK 0 0.94 0.16 0.11
HSL 310.42º 0.88% 0.47% -
HSV(B) 310.42º 0.94% 0.89% -
XYZ 41.13 20.36 50.48 -
YUV 97.75 180.07 220.19 -
System Red Green Blue C M Y K H S L
Decimal 227 14 190 0 0.94 0.16 0.11 310.42 0.88 0.47
Hex E3 E BE 0 5E 10 B 136 58 2F
Octal 343 16 276 0 136 20 13 466 130 57
Binary 11100011 1110 10111110 0 1011110 10000 1011 100110110 1011000 101111

Color Harmonies of #E30EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30EBE

Black with #E30EBE

Text Example


Text Example

White with #E30EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30EBE; }

 p { color: rgb(227,14,190); }

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

background-color css

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

 a { background-color: rgb(227,14,190); }

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

border-color css

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

 span { border-color: rgb(227,14,190); }

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