Html Css Color HEX #EF94C5 Shocking

📋 copy color: '#EF94C5'

red 239 ◦ green 148 ◦ blue 197

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

Shades of Shocking #EF94C5

Tints of Shocking #EF94C5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.34%

 BLUE value IS 197 (77.34% from 255) = 33.73%

R = 40.92%
G = 25.34%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF94C5 (or 0xEF94C5) is known color: Shocking. HEX triplet: EF, 94 and C5. RGB value is (239,148,197). Sum of RGB (Red+Green+Blue) = 239+148+197=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94C5 is #106B3A. Grayscale: #B4B4B4. Windows color (decimal): -1076027 or 12948719. OLE color: 12948719.

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

Color convert

RGB 239 148 197 -
CMYK 0 0.38 0.18 0.06
HSL 327.69º 0.74% 0.76% -
HSV(B) 327.69º 0.38% 0.94% -
XYZ 56.26 43.56 58.27 -
YUV 180.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 239 148 197 0 0.38 0.18 0.06 327.69 0.74 0.76
Hex EF 94 C5 0 26 12 6 148 4A 4C
Octal 357 224 305 0 46 22 6 510 112 114
Binary 11101111 10010100 11000101 0 100110 10010 110 101001000 1001010 1001100

Color Harmonies of #EF94C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF94C5

Black with #EF94C5

Text Example


Text Example

White with #EF94C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF94C5; }

 p { color: rgb(239,148,197); }

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

background-color css

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

 a { background-color: rgb(239,148,197); }

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

border-color css

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

 span { border-color: rgb(239,148,197); }

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