Html Css Color HEX #ED9FC5 Shocking

📋 copy color: '#ED9FC5'

red 237 ◦ green 159 ◦ blue 197

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

Shades of Shocking #ED9FC5

Tints of Shocking #ED9FC5

RGB

 RED value IS 237 (92.97% from 255) = 39.97%

 GREEN value IS 159 (62.5% from 255) = 26.81%

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

R = 39.97%
G = 26.81%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED9FC5 (or 0xED9FC5) is known color: Shocking. HEX triplet: ED, 9F and C5. RGB value is (237,159,197). Sum of RGB (Red+Green+Blue) = 237+159+197=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FC5 is #12603A. Grayscale: #BABABA. Windows color (decimal): -1204283 or 12951533. OLE color: 12951533.

HSL color Cylindrical-coordinate representation of color #ED9FC5: hue angle of 330.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FC5 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 159 197 -
CMYK 0 0.33 0.17 0.07
HSL 330.77º 0.68% 0.78% -
HSV(B) 330.77º 0.33% 0.93% -
XYZ 57.4 46.83 58.84 -
YUV 186.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 237 159 197 0 0.33 0.17 0.07 330.77 0.68 0.78
Hex ED 9F C5 0 21 11 7 14B 44 4E
Octal 355 237 305 0 41 21 7 513 104 116
Binary 11101101 10011111 11000101 0 100001 10001 111 101001011 1000100 1001110

Color Harmonies of #ED9FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9FC5

Black with #ED9FC5

Text Example


Text Example

White with #ED9FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9FC5; }

 p { color: rgb(237,159,197); }

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

background-color css

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

 a { background-color: rgb(237,159,197); }

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

border-color css

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

 span { border-color: rgb(237,159,197); }

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