Html Css Color HEX #EF96BC Shocking

📋 copy color: '#EF96BC'

red 239 ◦ green 150 ◦ blue 188

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

Shades of Shocking #EF96BC

Tints of Shocking #EF96BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26%

 BLUE value IS 188 (73.83% from 255) = 32.58%

R = 41.42%
G = 26%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF96BC (or 0xEF96BC) is known color: Shocking. HEX triplet: EF, 96 and BC. RGB value is (239,150,188). Sum of RGB (Red+Green+Blue) = 239+150+188=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96BC is #106943. Grayscale: #B4B4B4. Windows color (decimal): -1075524 or 12359407. OLE color: 12359407.

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

Color convert

RGB 239 150 188 -
CMYK 0 0.37 0.21 0.06
HSL 334.38º 0.74% 0.76% -
HSV(B) 334.38º 0.37% 0.94% -
XYZ 55.58 43.79 53.1 -
YUV 180.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 239 150 188 0 0.37 0.21 0.06 334.38 0.74 0.76
Hex EF 96 BC 0 25 15 6 14E 4A 4C
Octal 357 226 274 0 45 25 6 516 112 114
Binary 11101111 10010110 10111100 0 100101 10101 110 101001110 1001010 1001100

Color Harmonies of #EF96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96BC

Black with #EF96BC

Text Example


Text Example

White with #EF96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96BC; }

 p { color: rgb(239,150,188); }

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

background-color css

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

 a { background-color: rgb(239,150,188); }

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

border-color css

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

 span { border-color: rgb(239,150,188); }

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