Html Css Color HEX #E61FCA Shocking Pink

📋 copy color: '#E61FCA'

red 230 ◦ green 31 ◦ blue 202

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

Shades of Shocking Pink #E61FCA

Tints of Shocking Pink #E61FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.7%

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

R = 49.68%
G = 6.7%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E61FCA (or 0xE61FCA) is known color: Shocking Pink. HEX triplet: E6, 1F and CA. RGB value is (230,31,202). Sum of RGB (Red+Green+Blue) = 230+31+202=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FCA is #19E035. Grayscale: #6D6D6D. Windows color (decimal): -1695798 or 13246438. OLE color: 13246438.

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

Color convert

RGB 230 31 202 -
CMYK 0 0.87 0.12 0.10
HSL 308.44º 0.8% 0.51% -
HSV(B) 308.44º 0.87% 0.9% -
XYZ 43.78 22.07 57.83 -
YUV 110 179.93 213.6 -
System Red Green Blue C M Y K H S L
Decimal 230 31 202 0 0.87 0.12 0.10 308.44 0.8 0.51
Hex E6 1F CA 0 57 C A 134 50 33
Octal 346 37 312 0 127 14 12 464 120 63
Binary 11100110 11111 11001010 0 1010111 1100 1010 100110100 1010000 110011

Color Harmonies of #E61FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FCA

Black with #E61FCA

Text Example


Text Example

White with #E61FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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