Html Css Color HEX #EF02BE Shocking Pink

📋 copy color: '#EF02BE'

red 239 ◦ green 2 ◦ blue 190

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

Shades of Shocking Pink #EF02BE

Tints of Shocking Pink #EF02BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 55.45%
G = 0.46%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF02BE (or 0xEF02BE) is known color: Shocking Pink. HEX triplet: EF, 02 and BE. RGB value is (239,2,190). Sum of RGB (Red+Green+Blue) = 239+2+190=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF02BE is #10FD41. Grayscale: #5D5D5D. Windows color (decimal): -1113410 or 12452591. OLE color: 12452591.

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

Color convert

RGB 239 2 190 -
CMYK 0 0.99 0.21 0.06
HSL 312.41º 0.98% 0.47% -
HSV(B) 312.41º 0.99% 0.94% -
XYZ 44.91 22.11 50.62 -
YUV 94.3 182.02 231.21 -
System Red Green Blue C M Y K H S L
Decimal 239 2 190 0 0.99 0.21 0.06 312.41 0.98 0.47
Hex EF 2 BE 0 63 15 6 138 62 2F
Octal 357 2 276 0 143 25 6 470 142 57
Binary 11101111 10 10111110 0 1100011 10101 110 100111000 1100010 101111

Color Harmonies of #EF02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02BE

Black with #EF02BE

Text Example


Text Example

White with #EF02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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