Html Css Color HEX #E612CA Shocking Pink

📋 copy color: '#E612CA'

red 230 ◦ green 18 ◦ blue 202

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

Shades of Shocking Pink #E612CA

Tints of Shocking Pink #E612CA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4%

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 51.11%
G = 4%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E612CA (or 0xE612CA) is known color: Shocking Pink. HEX triplet: E6, 12 and CA. RGB value is (230,18,202). Sum of RGB (Red+Green+Blue) = 230+18+202=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E612CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612CA is #19ED35. Grayscale: #656565. Windows color (decimal): -1699126 or 13243110. OLE color: 13243110.

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

Color convert

RGB 230 18 202 -
CMYK 0 0.92 0.12 0.10
HSL 307.92º 0.85% 0.49% -
HSV(B) 307.92º 0.92% 0.9% -
XYZ 43.51 21.52 57.74 -
YUV 102.36 184.24 219.04 -
System Red Green Blue C M Y K H S L
Decimal 230 18 202 0 0.92 0.12 0.10 307.92 0.85 0.49
Hex E6 12 CA 0 5C C A 134 55 31
Octal 346 22 312 0 134 14 12 464 125 61
Binary 11100110 10010 11001010 0 1011100 1100 1010 100110100 1010101 110001

Color Harmonies of #E612CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E612CA

Black with #E612CA

Text Example


Text Example

White with #E612CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E612CA; }

 p { color: rgb(230,18,202); }

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

background-color css

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

 a { background-color: rgb(230,18,202); }

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

border-color css

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

 span { border-color: rgb(230,18,202); }

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