Html Css Color HEX #ED9ACC Shocking

📋 copy color: '#ED9ACC'

red 237 ◦ green 154 ◦ blue 204

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

Shades of Shocking #ED9ACC

Tints of Shocking #ED9ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.88%

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

R = 39.83%
G = 25.88%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED9ACC (or 0xED9ACC) is known color: Shocking. HEX triplet: ED, 9A and CC. RGB value is (237,154,204). Sum of RGB (Red+Green+Blue) = 237+154+204=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ACC is #126533. Grayscale: #B8B8B8. Windows color (decimal): -1205556 or 13409005. OLE color: 13409005.

HSL color Cylindrical-coordinate representation of color #ED9ACC: hue angle of 323.86º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9ACC is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 154 204 -
CMYK 0 0.35 0.14 0.07
HSL 323.86º 0.7% 0.77% -
HSV(B) 323.86º 0.35% 0.93% -
XYZ 57.38 45.48 62.88 -
YUV 184.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 237 154 204 0 0.35 0.14 0.07 323.86 0.7 0.77
Hex ED 9A CC 0 23 E 7 144 46 4D
Octal 355 232 314 0 43 16 7 504 106 115
Binary 11101101 10011010 11001100 0 100011 1110 111 101000100 1000110 1001101

Color Harmonies of #ED9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9ACC

Black with #ED9ACC

Text Example


Text Example

White with #ED9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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