Html Css Color HEX #EF95C6 Shocking

📋 copy color: '#EF95C6'

red 239 ◦ green 149 ◦ blue 198

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

Shades of Shocking #EF95C6

Tints of Shocking #EF95C6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.43%

 BLUE value IS 198 (77.73% from 255) = 33.79%

R = 40.78%
G = 25.43%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF95C6 (or 0xEF95C6) is known color: Shocking. HEX triplet: EF, 95 and C6. RGB value is (239,149,198). Sum of RGB (Red+Green+Blue) = 239+149+198=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF95C6 is #106A39. Grayscale: #B5B5B5. Windows color (decimal): -1075770 or 13014511. OLE color: 13014511.

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

Color convert

RGB 239 149 198 -
CMYK 0 0.38 0.17 0.06
HSL 327.33º 0.74% 0.76% -
HSV(B) 327.33º 0.38% 0.94% -
XYZ 56.54 43.92 58.92 -
YUV 181.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 239 149 198 0 0.38 0.17 0.06 327.33 0.74 0.76
Hex EF 95 C6 0 26 11 6 147 4A 4C
Octal 357 225 306 0 46 21 6 507 112 114
Binary 11101111 10010101 11000110 0 100110 10001 110 101000111 1001010 1001100

Color Harmonies of #EF95C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF95C6

Black with #EF95C6

Text Example


Text Example

White with #EF95C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF95C6; }

 p { color: rgb(239,149,198); }

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

background-color css

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

 a { background-color: rgb(239,149,198); }

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

border-color css

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

 span { border-color: rgb(239,149,198); }

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