Html Css Color HEX #EF0DB0 Shocking Pink

📋 copy color: '#EF0DB0'

red 239 ◦ green 13 ◦ blue 176

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

Shades of Shocking Pink #EF0DB0

Tints of Shocking Pink #EF0DB0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.04%

 BLUE value IS 176 (69.14% from 255) = 41.12%

R = 55.84%
G = 3.04%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF0DB0 (or 0xEF0DB0) is known color: Shocking Pink. HEX triplet: EF, 0D and B0. RGB value is (239,13,176). Sum of RGB (Red+Green+Blue) = 239+13+176=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0DB0 is #10F24F. Grayscale: #626262. Windows color (decimal): -1110608 or 11537903. OLE color: 11537903.

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

Color convert

RGB 239 13 176 -
CMYK 0 0.95 0.26 0.06
HSL 316.73º 0.9% 0.49% -
HSV(B) 316.73º 0.95% 0.94% -
XYZ 43.58 21.77 42.98 -
YUV 99.16 171.37 227.75 -
System Red Green Blue C M Y K H S L
Decimal 239 13 176 0 0.95 0.26 0.06 316.73 0.9 0.49
Hex EF D B0 0 5F 1A 6 13D 5A 31
Octal 357 15 260 0 137 32 6 475 132 61
Binary 11101111 1101 10110000 0 1011111 11010 110 100111101 1011010 110001

Color Harmonies of #EF0DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0DB0

Black with #EF0DB0

Text Example


Text Example

White with #EF0DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0DB0; }

 p { color: rgb(239,13,176); }

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

background-color css

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

 a { background-color: rgb(239,13,176); }

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

border-color css

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

 span { border-color: rgb(239,13,176); }

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