Html Css Color HEX #EF09BA Shocking Pink

📋 copy color: '#EF09BA'

red 239 ◦ green 9 ◦ blue 186

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

Shades of Shocking Pink #EF09BA

Tints of Shocking Pink #EF09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.07%

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 55.07%
G = 2.07%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF09BA (or 0xEF09BA) is known color: Shocking Pink. HEX triplet: EF, 09 and BA. RGB value is (239,9,186). Sum of RGB (Red+Green+Blue) = 239+9+186=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09BA is #10F645. Grayscale: #616161. Windows color (decimal): -1111622 or 12192239. OLE color: 12192239.

HSL color Cylindrical-coordinate representation of color #EF09BA: hue angle of 313.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF09BA is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 186 -
CMYK 0 0.96 0.22 0.06
HSL 313.83º 0.93% 0.49% -
HSV(B) 313.83º 0.96% 0.94% -
XYZ 44.56 22.09 48.37 -
YUV 97.95 177.7 228.61 -
System Red Green Blue C M Y K H S L
Decimal 239 9 186 0 0.96 0.22 0.06 313.83 0.93 0.49
Hex EF 9 BA 0 60 16 6 13A 5D 31
Octal 357 11 272 0 140 26 6 472 135 61
Binary 11101111 1001 10111010 0 1100000 10110 110 100111010 1011101 110001

Color Harmonies of #EF09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09BA

Black with #EF09BA

Text Example


Text Example

White with #EF09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09BA; }

 p { color: rgb(239,9,186); }

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

background-color css

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

 a { background-color: rgb(239,9,186); }

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

border-color css

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

 span { border-color: rgb(239,9,186); }

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