Html Css Color HEX #ED93CA Shocking

📋 copy color: '#ED93CA'

red 237 ◦ green 147 ◦ blue 202

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

Shades of Shocking #ED93CA

Tints of Shocking #ED93CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 40.44%
G = 25.09%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED93CA (or 0xED93CA) is known color: Shocking. HEX triplet: ED, 93 and CA. RGB value is (237,147,202). Sum of RGB (Red+Green+Blue) = 237+147+202=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93CA is #126C35. Grayscale: #B4B4B4. Windows color (decimal): -1207350 or 13276141. OLE color: 13276141.

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

Color convert

RGB 237 147 202 -
CMYK 0 0.38 0.15 0.07
HSL 323.33º 0.71% 0.75% -
HSV(B) 323.33º 0.38% 0.93% -
XYZ 56.02 43.14 61.25 -
YUV 180.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 237 147 202 0 0.38 0.15 0.07 323.33 0.71 0.75
Hex ED 93 CA 0 26 F 7 143 47 4B
Octal 355 223 312 0 46 17 7 503 107 113
Binary 11101101 10010011 11001010 0 100110 1111 111 101000011 1000111 1001011

Color Harmonies of #ED93CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93CA

Black with #ED93CA

Text Example


Text Example

White with #ED93CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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