Html Css Color HEX #ED93CF Shocking

📋 copy color: '#ED93CF'

red 237 ◦ green 147 ◦ blue 207

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

Shades of Shocking #ED93CF

Tints of Shocking #ED93CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 40.1%
G = 24.87%
B = 35.03%

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

#ED93CF (or 0xED93CF) is known color: Shocking. HEX triplet: ED, 93 and CF. RGB value is (237,147,207). Sum of RGB (Red+Green+Blue) = 237+147+207=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93CF is #126C30. Grayscale: #B4B4B4. Windows color (decimal): -1207345 or 13603821. OLE color: 13603821.

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

Color convert

RGB 237 147 207 -
CMYK 0 0.38 0.13 0.07
HSL 320º 0.71% 0.75% -
HSV(B) 320º 0.38% 0.93% -
XYZ 56.62 43.38 64.42 -
YUV 180.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 237 147 207 0 0.38 0.13 0.07 320 0.71 0.75
Hex ED 93 CF 0 26 D 7 140 47 4B
Octal 355 223 317 0 46 15 7 500 107 113
Binary 11101101 10010011 11001111 0 100110 1101 111 101000000 1000111 1001011

Color Harmonies of #ED93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93CF

Black with #ED93CF

Text Example


Text Example

White with #ED93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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