Html Css Color HEX #ED94CC Shocking

📋 copy color: '#ED94CC'

red 237 ◦ green 148 ◦ blue 204

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

Shades of Shocking #ED94CC

Tints of Shocking #ED94CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.13%

 BLUE value IS 204 (80.08% from 255) = 34.63%

R = 40.24%
G = 25.13%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED94CC (or 0xED94CC) is known color: Shocking. HEX triplet: ED, 94 and CC. RGB value is (237,148,204). Sum of RGB (Red+Green+Blue) = 237+148+204=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED94CC is #126B33. Grayscale: #B4B4B4. Windows color (decimal): -1207092 or 13407469. OLE color: 13407469.

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

Color convert

RGB 237 148 204 -
CMYK 0 0.38 0.14 0.07
HSL 322.25º 0.71% 0.75% -
HSV(B) 322.25º 0.38% 0.93% -
XYZ 56.41 43.54 62.56 -
YUV 181 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 237 148 204 0 0.38 0.14 0.07 322.25 0.71 0.75
Hex ED 94 CC 0 26 E 7 142 47 4B
Octal 355 224 314 0 46 16 7 502 107 113
Binary 11101101 10010100 11001100 0 100110 1110 111 101000010 1000111 1001011

Color Harmonies of #ED94CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED94CC

Black with #ED94CC

Text Example


Text Example

White with #ED94CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED94CC; }

 p { color: rgb(237,148,204); }

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

background-color css

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

 a { background-color: rgb(237,148,204); }

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

border-color css

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

 span { border-color: rgb(237,148,204); }

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