Html Css Color HEX #E30DC6 Shocking Pink

📋 copy color: '#E30DC6'

red 227 ◦ green 13 ◦ blue 198

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

Shades of Shocking Pink #E30DC6

Tints of Shocking Pink #E30DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.21%

R = 51.83%
G = 2.97%
B = 45.21%

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

#E30DC6 (or 0xE30DC6) is known color: Shocking Pink. HEX triplet: E3, 0D and C6. RGB value is (227,13,198). Sum of RGB (Red+Green+Blue) = 227+13+198=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DC6 is #1CF239. Grayscale: #616161. Windows color (decimal): -1897018 or 12979683. OLE color: 12979683.

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

Color convert

RGB 227 13 198 -
CMYK 0 0.94 0.13 0.11
HSL 308.13º 0.89% 0.47% -
HSV(B) 308.13º 0.94% 0.89% -
XYZ 42.02 20.7 55.21 -
YUV 98.08 184.4 219.96 -
System Red Green Blue C M Y K H S L
Decimal 227 13 198 0 0.94 0.13 0.11 308.13 0.89 0.47
Hex E3 D C6 0 5E D B 134 59 2F
Octal 343 15 306 0 136 15 13 464 131 57
Binary 11100011 1101 11000110 0 1011110 1101 1011 100110100 1011001 101111

Color Harmonies of #E30DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30DC6

Black with #E30DC6

Text Example


Text Example

White with #E30DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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