Html Css Color HEX #EF0ABA Shocking Pink

📋 copy color: '#EF0ABA'

red 239 ◦ green 10 ◦ blue 186

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

Shades of Shocking Pink #EF0ABA

Tints of Shocking Pink #EF0ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.3%

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

R = 54.94%
G = 2.3%
B = 42.76%

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

#EF0ABA (or 0xEF0ABA) is known color: Shocking Pink. HEX triplet: EF, 0A and BA. RGB value is (239,10,186). Sum of RGB (Red+Green+Blue) = 239+10+186=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ABA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ABA is #10F545. Grayscale: #626262. Windows color (decimal): -1111366 or 12192495. OLE color: 12192495.

HSL color Cylindrical-coordinate representation of color #EF0ABA: hue angle of 313.89º degrees, saturation: 0.92, 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 #EF0ABA is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 10 186 -
CMYK 0 0.96 0.22 0.06
HSL 313.89º 0.92% 0.49% -
HSV(B) 313.89º 0.96% 0.94% -
XYZ 44.57 22.11 48.37 -
YUV 98.54 177.37 228.19 -
System Red Green Blue C M Y K H S L
Decimal 239 10 186 0 0.96 0.22 0.06 313.89 0.92 0.49
Hex EF A BA 0 60 16 6 13A 5C 31
Octal 357 12 272 0 140 26 6 472 134 61
Binary 11101111 1010 10111010 0 1100000 10110 110 100111010 1011100 110001

Color Harmonies of #EF0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0ABA

Black with #EF0ABA

Text Example


Text Example

White with #EF0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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