Html Css Color HEX #EF0FCD Shocking Pink

📋 copy color: '#EF0FCD'

red 239 ◦ green 15 ◦ blue 205

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

Shades of Shocking Pink #EF0FCD

Tints of Shocking Pink #EF0FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.27%

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 52.07%
G = 3.27%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF0FCD (or 0xEF0FCD) is known color: Shocking Pink. HEX triplet: EF, 0F and CD. RGB value is (239,15,205). Sum of RGB (Red+Green+Blue) = 239+15+205=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FCD is #10F032. Grayscale: #676767. Windows color (decimal): -1110067 or 13438959. OLE color: 13438959.

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

Color convert

RGB 239 15 205 -
CMYK 0 0.94 0.14 0.06
HSL 309.11º 0.88% 0.5% -
HSV(B) 309.11º 0.94% 0.94% -
XYZ 46.79 23.1 59.75 -
YUV 103.64 185.21 224.55 -
System Red Green Blue C M Y K H S L
Decimal 239 15 205 0 0.94 0.14 0.06 309.11 0.88 0.5
Hex EF F CD 0 5E E 6 135 58 32
Octal 357 17 315 0 136 16 6 465 130 62
Binary 11101111 1111 11001101 0 1011110 1110 110 100110101 1011000 110010

Color Harmonies of #EF0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FCD

Black with #EF0FCD

Text Example


Text Example

White with #EF0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FCD; }

 p { color: rgb(239,15,205); }

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

background-color css

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

 a { background-color: rgb(239,15,205); }

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

border-color css

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

 span { border-color: rgb(239,15,205); }

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