Html Css Color HEX #EF23C1 Shocking Pink

📋 copy color: '#EF23C1'

red 239 ◦ green 35 ◦ blue 193

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

Shades of Shocking Pink #EF23C1

Tints of Shocking Pink #EF23C1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.49%

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 51.18%
G = 7.49%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF23C1 (or 0xEF23C1) is known color: Shocking Pink. HEX triplet: EF, 23 and C1. RGB value is (239,35,193). Sum of RGB (Red+Green+Blue) = 239+35+193=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF23C1 is #10DC3E. Grayscale: #717171. Windows color (decimal): -1104959 or 12657647. OLE color: 12657647.

HSL color Cylindrical-coordinate representation of color #EF23C1: hue angle of 313.53º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF23C1 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 35 193 -
CMYK 0 0.85 0.19 0.06
HSL 313.53º 0.86% 0.54% -
HSV(B) 313.53º 0.85% 0.94% -
XYZ 45.82 23.4 52.55 -
YUV 114.01 172.59 217.15 -
System Red Green Blue C M Y K H S L
Decimal 239 35 193 0 0.85 0.19 0.06 313.53 0.86 0.54
Hex EF 23 C1 0 55 13 6 13A 56 36
Octal 357 43 301 0 125 23 6 472 126 66
Binary 11101111 100011 11000001 0 1010101 10011 110 100111010 1010110 110110

Color Harmonies of #EF23C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF23C1

Black with #EF23C1

Text Example


Text Example

White with #EF23C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF23C1; }

 p { color: rgb(239,35,193); }

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

background-color css

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

 a { background-color: rgb(239,35,193); }

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

border-color css

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

 span { border-color: rgb(239,35,193); }

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