Html Css Color HEX #ED95D0 Shocking

📋 copy color: '#ED95D0'

red 237 ◦ green 149 ◦ blue 208

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

Shades of Shocking #ED95D0

Tints of Shocking #ED95D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.02%

R = 39.9%
G = 25.08%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED95D0 (or 0xED95D0) is known color: Shocking. HEX triplet: ED, 95 and D0. RGB value is (237,149,208). Sum of RGB (Red+Green+Blue) = 237+149+208=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95D0 is #126A2F. Grayscale: #B5B5B5. Windows color (decimal): -1206832 or 13669869. OLE color: 13669869.

HSL color Cylindrical-coordinate representation of color #ED95D0: hue angle of 319.77º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED95D0 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 208 -
CMYK 0 0.37 0.12 0.07
HSL 319.77º 0.71% 0.76% -
HSV(B) 319.77º 0.37% 0.93% -
XYZ 57.06 44.05 65.17 -
YUV 182.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 237 149 208 0 0.37 0.12 0.07 319.77 0.71 0.76
Hex ED 95 D0 0 25 C 7 140 47 4C
Octal 355 225 320 0 45 14 7 500 107 114
Binary 11101101 10010101 11010000 0 100101 1100 111 101000000 1000111 1001100

Color Harmonies of #ED95D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED95D0

Black with #ED95D0

Text Example


Text Example

White with #ED95D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED95D0; }

 p { color: rgb(237,149,208); }

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

background-color css

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

 a { background-color: rgb(237,149,208); }

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

border-color css

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

 span { border-color: rgb(237,149,208); }

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