Html Css Color HEX #EF00BD Shocking Pink

📋 copy color: '#EF00BD'

red 239 ◦ green 0 ◦ blue 189

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

Shades of Shocking Pink #EF00BD

Tints of Shocking Pink #EF00BD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 55.84%
G = 0%
B = 44.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF00BD (or 0xEF00BD) is known color: Shocking Pink. HEX triplet: EF, 00 and BD. RGB value is (239,0,189). Sum of RGB (Red+Green+Blue) = 239+0+189=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00BD is #10FF42. Grayscale: #5C5C5C. Windows color (decimal): -1113923 or 12386543. OLE color: 12386543.

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

Color convert

RGB 239 0 189 -
CMYK 0 1 0.21 0.06
HSL 312.55º 1% 0.47% -
HSV(B) 312.55º 1% 0.94% -
XYZ 44.78 22.02 50.04 -
YUV 93.01 182.18 232.13 -
System Red Green Blue C M Y K H S L
Decimal 239 0 189 0 1 0.21 0.06 312.55 1 0.47
Hex EF 0 BD 0 64 15 6 139 64 2F
Octal 357 0 275 0 144 25 6 471 144 57
Binary 11101111 0 10111101 0 1100100 10101 110 100111001 1100100 101111

Color Harmonies of #EF00BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00BD

Black with #EF00BD

Text Example


Text Example

White with #EF00BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00BD; }

 p { color: rgb(239,0,189); }

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

background-color css

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

 a { background-color: rgb(239,0,189); }

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

border-color css

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

 span { border-color: rgb(239,0,189); }

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