Html Css Color HEX #EF01BE Shocking Pink

📋 copy color: '#EF01BE'

red 239 ◦ green 1 ◦ blue 190

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

Shades of Shocking Pink #EF01BE

Tints of Shocking Pink #EF01BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 55.58%
G = 0.23%
B = 44.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF01BE (or 0xEF01BE) is known color: Shocking Pink. HEX triplet: EF, 01 and BE. RGB value is (239,1,190). Sum of RGB (Red+Green+Blue) = 239+1+190=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01BE is #10FE41. Grayscale: #5D5D5D. Windows color (decimal): -1113666 or 12452335. OLE color: 12452335.

HSL color Cylindrical-coordinate representation of color #EF01BE: hue angle of 312.35º 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 #EF01BE is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 190 -
CMYK 0 1.00 0.21 0.06
HSL 312.35º 0.99% 0.47% -
HSV(B) 312.35º 1% 0.94% -
XYZ 44.9 22.09 50.61 -
YUV 93.71 182.35 231.63 -
System Red Green Blue C M Y K H S L
Decimal 239 1 190 0 1.00 0.21 0.06 312.35 0.99 0.47
Hex EF 1 BE 0 64 15 6 138 63 2F
Octal 357 1 276 0 144 25 6 470 143 57
Binary 11101111 1 10111110 0 1100100 10101 110 100111000 1100011 101111

Color Harmonies of #EF01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01BE

Black with #EF01BE

Text Example


Text Example

White with #EF01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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