Html Css Color HEX #EF04BC Shocking Pink

📋 copy color: '#EF04BC'

red 239 ◦ green 4 ◦ blue 188

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

Shades of Shocking Pink #EF04BC

Tints of Shocking Pink #EF04BC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 55.45%
G = 0.93%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF04BC (or 0xEF04BC) is known color: Shocking Pink. HEX triplet: EF, 04 and BC. RGB value is (239,4,188). Sum of RGB (Red+Green+Blue) = 239+4+188=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04BC is #10FB43. Grayscale: #5E5E5E. Windows color (decimal): -1112900 or 12322031. OLE color: 12322031.

HSL color Cylindrical-coordinate representation of color #EF04BC: hue angle of 313.02º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF04BC is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 4 188 -
CMYK 0 0.98 0.21 0.06
HSL 313.02º 0.97% 0.48% -
HSV(B) 313.02º 0.98% 0.94% -
XYZ 44.72 22.07 49.48 -
YUV 95.24 180.36 230.54 -
System Red Green Blue C M Y K H S L
Decimal 239 4 188 0 0.98 0.21 0.06 313.02 0.97 0.48
Hex EF 4 BC 0 62 15 6 139 61 30
Octal 357 4 274 0 142 25 6 471 141 60
Binary 11101111 100 10111100 0 1100010 10101 110 100111001 1100001 110000

Color Harmonies of #EF04BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04BC

Black with #EF04BC

Text Example


Text Example

White with #EF04BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04BC; }

 p { color: rgb(239,4,188); }

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

background-color css

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

 a { background-color: rgb(239,4,188); }

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

border-color css

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

 span { border-color: rgb(239,4,188); }

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