Html Css Color HEX #EF0CB2 Shocking Pink

📋 copy color: '#EF0CB2'

red 239 ◦ green 12 ◦ blue 178

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

Shades of Shocking Pink #EF0CB2

Tints of Shocking Pink #EF0CB2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.8%

 BLUE value IS 178 (69.92% from 255) = 41.49%

R = 55.71%
G = 2.8%
B = 41.49%

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

#EF0CB2 (or 0xEF0CB2) is known color: Shocking Pink. HEX triplet: EF, 0C and B2. RGB value is (239,12,178). Sum of RGB (Red+Green+Blue) = 239+12+178=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0CB2 is #10F34D. Grayscale: #626262. Windows color (decimal): -1110862 or 11668719. OLE color: 11668719.

HSL color Cylindrical-coordinate representation of color #EF0CB2: hue angle of 316.12º 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 #EF0CB2 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 12 178 -
CMYK 0 0.95 0.26 0.06
HSL 316.12º 0.9% 0.49% -
HSV(B) 316.12º 0.95% 0.94% -
XYZ 43.76 21.83 44.03 -
YUV 98.8 172.71 228 -
System Red Green Blue C M Y K H S L
Decimal 239 12 178 0 0.95 0.26 0.06 316.12 0.9 0.49
Hex EF C B2 0 5F 1A 6 13C 5A 31
Octal 357 14 262 0 137 32 6 474 132 61
Binary 11101111 1100 10110010 0 1011111 11010 110 100111100 1011010 110001

Color Harmonies of #EF0CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0CB2

Black with #EF0CB2

Text Example


Text Example

White with #EF0CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0CB2; }

 p { color: rgb(239,12,178); }

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

background-color css

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

 a { background-color: rgb(239,12,178); }

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

border-color css

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

 span { border-color: rgb(239,12,178); }

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