Html Css Color HEX #ED4CDA Free Speech Magenta

📋 copy color: '#ED4CDA'

red 237 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Magenta #ED4CDA

Tints of Free Speech Magenta #ED4CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.31%

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 44.63%
G = 14.31%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED4CDA (or 0xED4CDA) is known color: Free Speech Magenta. HEX triplet: ED, 4C and DA. RGB value is (237,76,218). Sum of RGB (Red+Green+Blue) = 237+76+218=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4CDA is #12B325. Grayscale: #8B8B8B. Windows color (decimal): -1225510 or 14306541. OLE color: 14306541.

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

Color convert

RGB 237 76 218 -
CMYK 0 0.68 0.08 0.07
HSL 307.08º 0.82% 0.61% -
HSV(B) 307.08º 0.68% 0.93% -
XYZ 50.16 28.24 69.14 -
YUV 140.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 237 76 218 0 0.68 0.08 0.07 307.08 0.82 0.61
Hex ED 4C DA 0 44 8 7 133 52 3D
Octal 355 114 332 0 104 10 7 463 122 75
Binary 11101101 1001100 11011010 0 1000100 1000 111 100110011 1010010 111101

Color Harmonies of #ED4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CDA

Black with #ED4CDA

Text Example


Text Example

White with #ED4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CDA; }

 p { color: rgb(237,76,218); }

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

background-color css

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

 a { background-color: rgb(237,76,218); }

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

border-color css

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

 span { border-color: rgb(237,76,218); }

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