Html Css Color HEX #ED4ACE Free Speech Magenta

📋 copy color: '#ED4ACE'

red 237 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Magenta #ED4ACE

Tints of Free Speech Magenta #ED4ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.31%

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 45.84%
G = 14.31%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED4ACE (or 0xED4ACE) is known color: Free Speech Magenta. HEX triplet: ED, 4A and CE. RGB value is (237,74,206). Sum of RGB (Red+Green+Blue) = 237+74+206=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4ACE is #12B531. Grayscale: #898989. Windows color (decimal): -1226034 or 13519597. OLE color: 13519597.

HSL color Cylindrical-coordinate representation of color #ED4ACE: hue angle of 311.41º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4ACE is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 74 206 -
CMYK 0 0.69 0.13 0.07
HSL 311.41º 0.82% 0.61% -
HSV(B) 311.41º 0.69% 0.93% -
XYZ 48.51 27.36 61.12 -
YUV 137.79 166.5 198.77 -
System Red Green Blue C M Y K H S L
Decimal 237 74 206 0 0.69 0.13 0.07 311.41 0.82 0.61
Hex ED 4A CE 0 45 D 7 137 52 3D
Octal 355 112 316 0 105 15 7 467 122 75
Binary 11101101 1001010 11001110 0 1000101 1101 111 100110111 1010010 111101

Color Harmonies of #ED4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4ACE

Black with #ED4ACE

Text Example


Text Example

White with #ED4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4ACE; }

 p { color: rgb(237,74,206); }

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

background-color css

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

 a { background-color: rgb(237,74,206); }

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

border-color css

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

 span { border-color: rgb(237,74,206); }

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