Html Css Color HEX #ED93CE Shocking

📋 copy color: '#ED93CE'

red 237 ◦ green 147 ◦ blue 206

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

Shades of Shocking #ED93CE

Tints of Shocking #ED93CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.92%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 40.17%
G = 24.92%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED93CE (or 0xED93CE) is known color: Shocking. HEX triplet: ED, 93 and CE. RGB value is (237,147,206). Sum of RGB (Red+Green+Blue) = 237+147+206=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93CE is #126C31. Grayscale: #B4B4B4. Windows color (decimal): -1207346 or 13538285. OLE color: 13538285.

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

Color convert

RGB 237 147 206 -
CMYK 0 0.38 0.13 0.07
HSL 320.67º 0.71% 0.75% -
HSV(B) 320.67º 0.38% 0.93% -
XYZ 56.5 43.33 63.78 -
YUV 180.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 237 147 206 0 0.38 0.13 0.07 320.67 0.71 0.75
Hex ED 93 CE 0 26 D 7 141 47 4B
Octal 355 223 316 0 46 15 7 501 107 113
Binary 11101101 10010011 11001110 0 100110 1101 111 101000001 1000111 1001011

Color Harmonies of #ED93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93CE

Black with #ED93CE

Text Example


Text Example

White with #ED93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93CE; }

 p { color: rgb(237,147,206); }

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

background-color css

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

 a { background-color: rgb(237,147,206); }

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

border-color css

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

 span { border-color: rgb(237,147,206); }

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