Html Css Color HEX #EF1CCA Shocking Pink

📋 copy color: '#EF1CCA'

red 239 ◦ green 28 ◦ blue 202

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

Shades of Shocking Pink #EF1CCA

Tints of Shocking Pink #EF1CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.97%

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

R = 50.96%
G = 5.97%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF1CCA (or 0xEF1CCA) is known color: Shocking Pink. HEX triplet: EF, 1C and CA. RGB value is (239,28,202). Sum of RGB (Red+Green+Blue) = 239+28+202=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CCA is #10E335. Grayscale: #6E6E6E. Windows color (decimal): -1106742 or 13245679. OLE color: 13245679.

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

Color convert

RGB 239 28 202 -
CMYK 0 0.88 0.15 0.06
HSL 310.52º 0.87% 0.52% -
HSV(B) 310.52º 0.88% 0.94% -
XYZ 46.67 23.45 57.94 -
YUV 110.93 179.4 219.35 -
System Red Green Blue C M Y K H S L
Decimal 239 28 202 0 0.88 0.15 0.06 310.52 0.87 0.52
Hex EF 1C CA 0 58 F 6 137 57 34
Octal 357 34 312 0 130 17 6 467 127 64
Binary 11101111 11100 11001010 0 1011000 1111 110 100110111 1010111 110100

Color Harmonies of #EF1CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CCA

Black with #EF1CCA

Text Example


Text Example

White with #EF1CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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