Html Css Color HEX #EF20CA Shocking Pink

📋 copy color: '#EF20CA'

red 239 ◦ green 32 ◦ blue 202

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

Shades of Shocking Pink #EF20CA

Tints of Shocking Pink #EF20CA

RGB

 RED value IS 239 (93.75% from 255) = 50.53%

 GREEN value IS 32 (12.89% from 255) = 6.77%

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

R = 50.53%
G = 6.77%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF20CA (or 0xEF20CA) is known color: Shocking Pink. HEX triplet: EF, 20 and CA. RGB value is (239,32,202). Sum of RGB (Red+Green+Blue) = 239+32+202=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20CA is #10DF35. Grayscale: #707070. Windows color (decimal): -1105718 or 13246703. OLE color: 13246703.

HSL color Cylindrical-coordinate representation of color #EF20CA: hue angle of 310.72º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF20CA is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 32 202 -
CMYK 0 0.87 0.15 0.06
HSL 310.72º 0.87% 0.53% -
HSV(B) 310.72º 0.87% 0.94% -
XYZ 46.77 23.65 57.98 -
YUV 113.27 178.08 217.68 -
System Red Green Blue C M Y K H S L
Decimal 239 32 202 0 0.87 0.15 0.06 310.72 0.87 0.53
Hex EF 20 CA 0 57 F 6 137 57 35
Octal 357 40 312 0 127 17 6 467 127 65
Binary 11101111 100000 11001010 0 1010111 1111 110 100110111 1010111 110101

Color Harmonies of #EF20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20CA

Black with #EF20CA

Text Example


Text Example

White with #EF20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20CA; }

 p { color: rgb(239,32,202); }

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

background-color css

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

 a { background-color: rgb(239,32,202); }

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

border-color css

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

 span { border-color: rgb(239,32,202); }

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