Html Css Color HEX #ED42DA Free Speech Magenta

📋 copy color: '#ED42DA'

red 237 ◦ green 66 ◦ blue 218

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

Shades of Free Speech Magenta #ED42DA

Tints of Free Speech Magenta #ED42DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.67%

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

R = 45.49%
G = 12.67%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED42DA (or 0xED42DA) is known color: Free Speech Magenta. HEX triplet: ED, 42 and DA. RGB value is (237,66,218). Sum of RGB (Red+Green+Blue) = 237+66+218=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 66 (26.17% from 255 or 12.67% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED42DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED42DA is #12BD25. Grayscale: #868686. Windows color (decimal): -1228070 or 14303981. OLE color: 14303981.

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

Color convert

RGB 237 66 218 -
CMYK 0 0.72 0.08 0.07
HSL 306.67º 0.83% 0.59% -
HSV(B) 306.67º 0.72% 0.93% -
XYZ 49.53 26.96 68.92 -
YUV 134.46 175.15 201.14 -
System Red Green Blue C M Y K H S L
Decimal 237 66 218 0 0.72 0.08 0.07 306.67 0.83 0.59
Hex ED 42 DA 0 48 8 7 133 53 3B
Octal 355 102 332 0 110 10 7 463 123 73
Binary 11101101 1000010 11011010 0 1001000 1000 111 100110011 1010011 111011

Color Harmonies of #ED42DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED42DA

Black with #ED42DA

Text Example


Text Example

White with #ED42DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED42DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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