Html Css Color HEX #EF9DC5 Shocking

📋 copy color: '#EF9DC5'

red 239 ◦ green 157 ◦ blue 197

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

Shades of Shocking #EF9DC5

Tints of Shocking #EF9DC5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.48%

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

R = 40.3%
G = 26.48%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF9DC5 (or 0xEF9DC5) is known color: Shocking. HEX triplet: EF, 9D and C5. RGB value is (239,157,197). Sum of RGB (Red+Green+Blue) = 239+157+197=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DC5 is #10623A. Grayscale: #BABABA. Windows color (decimal): -1073723 or 12951023. OLE color: 12951023.

HSL color Cylindrical-coordinate representation of color #EF9DC5: hue angle of 330.73º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DC5 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 157 197 -
CMYK 0 0.34 0.18 0.06
HSL 330.73º 0.72% 0.78% -
HSV(B) 330.73º 0.34% 0.94% -
XYZ 57.73 46.5 58.76 -
YUV 186.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 239 157 197 0 0.34 0.18 0.06 330.73 0.72 0.78
Hex EF 9D C5 0 22 12 6 14B 48 4E
Octal 357 235 305 0 42 22 6 513 110 116
Binary 11101111 10011101 11000101 0 100010 10010 110 101001011 1001000 1001110

Color Harmonies of #EF9DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9DC5

Black with #EF9DC5

Text Example


Text Example

White with #EF9DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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