Html Css Color HEX #EF1CBD Shocking Pink

📋 copy color: '#EF1CBD'

red 239 ◦ green 28 ◦ blue 189

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

Shades of Shocking Pink #EF1CBD

Tints of Shocking Pink #EF1CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.14%

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

R = 52.41%
G = 6.14%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF1CBD (or 0xEF1CBD) is known color: Shocking Pink. HEX triplet: EF, 1C and BD. RGB value is (239,28,189). Sum of RGB (Red+Green+Blue) = 239+28+189=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CBD is #10E342. Grayscale: #6D6D6D. Windows color (decimal): -1106755 or 12393711. OLE color: 12393711.

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

Color convert

RGB 239 28 189 -
CMYK 0 0.88 0.21 0.06
HSL 314.22º 0.87% 0.52% -
HSV(B) 314.22º 0.88% 0.94% -
XYZ 45.2 22.86 50.17 -
YUV 109.44 172.9 220.41 -
System Red Green Blue C M Y K H S L
Decimal 239 28 189 0 0.88 0.21 0.06 314.22 0.87 0.52
Hex EF 1C BD 0 58 15 6 13A 57 34
Octal 357 34 275 0 130 25 6 472 127 64
Binary 11101111 11100 10111101 0 1011000 10101 110 100111010 1010111 110100

Color Harmonies of #EF1CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CBD

Black with #EF1CBD

Text Example


Text Example

White with #EF1CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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