Html Css Color HEX #E614C2 Shocking Pink

📋 copy color: '#E614C2'

red 230 ◦ green 20 ◦ blue 194

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

Shades of Shocking Pink #E614C2

Tints of Shocking Pink #E614C2

RGB

 RED value IS 230 (90.23% from 255) = 51.8%

 GREEN value IS 20 (8.2% from 255) = 4.5%

 BLUE value IS 194 (76.17% from 255) = 43.69%

R = 51.8%
G = 4.5%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E614C2 (or 0xE614C2) is known color: Shocking Pink. HEX triplet: E6, 14 and C2. RGB value is (230,20,194). Sum of RGB (Red+Green+Blue) = 230+20+194=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E614C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614C2 is #19EB3D. Grayscale: #666666. Windows color (decimal): -1698622 or 12719334. OLE color: 12719334.

HSL color Cylindrical-coordinate representation of color #E614C2: hue angle of 310.29º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E614C2 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 20 194 -
CMYK 0 0.91 0.16 0.10
HSL 310.29º 0.84% 0.49% -
HSV(B) 310.29º 0.91% 0.9% -
XYZ 42.62 21.22 52.89 -
YUV 102.63 179.57 218.85 -
System Red Green Blue C M Y K H S L
Decimal 230 20 194 0 0.91 0.16 0.10 310.29 0.84 0.49
Hex E6 14 C2 0 5B 10 A 136 54 31
Octal 346 24 302 0 133 20 12 466 124 61
Binary 11100110 10100 11000010 0 1011011 10000 1010 100110110 1010100 110001

Color Harmonies of #E614C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E614C2

Black with #E614C2

Text Example


Text Example

White with #E614C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E614C2; }

 p { color: rgb(230,20,194); }

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

background-color css

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

 a { background-color: rgb(230,20,194); }

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

border-color css

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

 span { border-color: rgb(230,20,194); }

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