Html Css Color HEX #E30DC5 Shocking Pink

📋 copy color: '#E30DC5'

red 227 ◦ green 13 ◦ blue 197

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

Shades of Shocking Pink #E30DC5

Tints of Shocking Pink #E30DC5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.97%

 BLUE value IS 197 (77.34% from 255) = 45.08%

R = 51.95%
G = 2.97%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E30DC5 (or 0xE30DC5) is known color: Shocking Pink. HEX triplet: E3, 0D and C5. RGB value is (227,13,197). Sum of RGB (Red+Green+Blue) = 227+13+197=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DC5 is #1CF23A. Grayscale: #616161. Windows color (decimal): -1897019 or 12914147. OLE color: 12914147.

HSL color Cylindrical-coordinate representation of color #E30DC5: hue angle of 308.41º degrees, saturation: 0.89, 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 #E30DC5 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 13 197 -
CMYK 0 0.94 0.13 0.11
HSL 308.41º 0.89% 0.47% -
HSV(B) 308.41º 0.94% 0.89% -
XYZ 41.9 20.65 54.6 -
YUV 97.96 183.9 220.04 -
System Red Green Blue C M Y K H S L
Decimal 227 13 197 0 0.94 0.13 0.11 308.41 0.89 0.47
Hex E3 D C5 0 5E D B 134 59 2F
Octal 343 15 305 0 136 15 13 464 131 57
Binary 11100011 1101 11000101 0 1011110 1101 1011 100110100 1011001 101111

Color Harmonies of #E30DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30DC5

Black with #E30DC5

Text Example


Text Example

White with #E30DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30DC5; }

 p { color: rgb(227,13,197); }

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

background-color css

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

 a { background-color: rgb(227,13,197); }

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

border-color css

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

 span { border-color: rgb(227,13,197); }

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