Html Css Color HEX #EF01BA Shocking Pink

📋 copy color: '#EF01BA'

red 239 ◦ green 1 ◦ blue 186

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

Shades of Shocking Pink #EF01BA

Tints of Shocking Pink #EF01BA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 56.1%
G = 0.23%
B = 43.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF01BA (or 0xEF01BA) is known color: Shocking Pink. HEX triplet: EF, 01 and BA. RGB value is (239,1,186). Sum of RGB (Red+Green+Blue) = 239+1+186=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01BA is #10FE45. Grayscale: #5C5C5C. Windows color (decimal): -1113670 or 12190191. OLE color: 12190191.

HSL color Cylindrical-coordinate representation of color #EF01BA: hue angle of 313.36º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01BA is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 186 -
CMYK 0 1.00 0.22 0.06
HSL 313.36º 0.99% 0.47% -
HSV(B) 313.36º 1% 0.94% -
XYZ 44.47 21.92 48.34 -
YUV 93.25 180.35 231.96 -
System Red Green Blue C M Y K H S L
Decimal 239 1 186 0 1.00 0.22 0.06 313.36 0.99 0.47
Hex EF 1 BA 0 64 16 6 139 63 2F
Octal 357 1 272 0 144 26 6 471 143 57
Binary 11101111 1 10111010 0 1100100 10110 110 100111001 1100011 101111

Color Harmonies of #EF01BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01BA

Black with #EF01BA

Text Example


Text Example

White with #EF01BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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