Html Css Color HEX #ED66CC Free Speech Magenta

📋 copy color: '#ED66CC'

red 237 ◦ green 102 ◦ blue 204

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

Shades of Free Speech Magenta #ED66CC

Tints of Free Speech Magenta #ED66CC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.78%

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

R = 43.65%
G = 18.78%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED66CC (or 0xED66CC) is known color: Free Speech Magenta. HEX triplet: ED, 66 and CC. RGB value is (237,102,204). Sum of RGB (Red+Green+Blue) = 237+102+204=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED66CC is #129933. Grayscale: #999999. Windows color (decimal): -1218868 or 13395693. OLE color: 13395693.

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

Color convert

RGB 237 102 204 -
CMYK 0 0.57 0.14 0.07
HSL 314.67º 0.79% 0.66% -
HSV(B) 314.67º 0.57% 0.93% -
XYZ 50.58 31.87 60.61 -
YUV 153.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 237 102 204 0 0.57 0.14 0.07 314.67 0.79 0.66
Hex ED 66 CC 0 39 E 7 13B 4F 42
Octal 355 146 314 0 71 16 7 473 117 102
Binary 11101101 1100110 11001100 0 111001 1110 111 100111011 1001111 1000010

Color Harmonies of #ED66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED66CC

Black with #ED66CC

Text Example


Text Example

White with #ED66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED66CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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