Html Css Color HEX #ED63CC Free Speech Magenta

📋 copy color: '#ED63CC'

red 237 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Magenta #ED63CC

Tints of Free Speech Magenta #ED63CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.33%

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

R = 43.89%
G = 18.33%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED63CC (or 0xED63CC) is known color: Free Speech Magenta. HEX triplet: ED, 63 and CC. RGB value is (237,99,204). Sum of RGB (Red+Green+Blue) = 237+99+204=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED63CC is #129C33. Grayscale: #979797. Windows color (decimal): -1219636 or 13394925. OLE color: 13394925.

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

Color convert

RGB 237 99 204 -
CMYK 0 0.58 0.14 0.07
HSL 314.35º 0.79% 0.66% -
HSV(B) 314.35º 0.58% 0.93% -
XYZ 50.29 31.29 60.52 -
YUV 152.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 237 99 204 0 0.58 0.14 0.07 314.35 0.79 0.66
Hex ED 63 CC 0 3A E 7 13A 4F 42
Octal 355 143 314 0 72 16 7 472 117 102
Binary 11101101 1100011 11001100 0 111010 1110 111 100111010 1001111 1000010

Color Harmonies of #ED63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED63CC

Black with #ED63CC

Text Example


Text Example

White with #ED63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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