Html Css Color HEX #ED43DF Free Speech Magenta

📋 copy color: '#ED43DF'

red 237 ◦ green 67 ◦ blue 223

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

Shades of Free Speech Magenta #ED43DF

Tints of Free Speech Magenta #ED43DF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.71%

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 44.97%
G = 12.71%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED43DF (or 0xED43DF) is known color: Free Speech Magenta. HEX triplet: ED, 43 and DF. RGB value is (237,67,223). Sum of RGB (Red+Green+Blue) = 237+67+223=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 67 (26.56% from 255 or 12.71% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED43DF is #12BC20. Grayscale: #878787. Windows color (decimal): -1227809 or 14631917. OLE color: 14631917.

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

Color convert

RGB 237 67 223 -
CMYK 0 0.72 0.06 0.07
HSL 304.94º 0.83% 0.6% -
HSV(B) 304.94º 0.72% 0.93% -
XYZ 50.25 27.35 72.44 -
YUV 135.61 177.32 200.32 -
System Red Green Blue C M Y K H S L
Decimal 237 67 223 0 0.72 0.06 0.07 304.94 0.83 0.6
Hex ED 43 DF 0 48 6 7 131 53 3C
Octal 355 103 337 0 110 6 7 461 123 74
Binary 11101101 1000011 11011111 0 1001000 110 111 100110001 1010011 111100

Color Harmonies of #ED43DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED43DF

Black with #ED43DF

Text Example


Text Example

White with #ED43DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED43DF; }

 p { color: rgb(237,67,223); }

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

background-color css

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

 a { background-color: rgb(237,67,223); }

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

border-color css

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

 span { border-color: rgb(237,67,223); }

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