Html Css Color HEX #ED4EEF Free Speech Magenta

📋 copy color: '#ED4EEF'

red 237 ◦ green 78 ◦ blue 239

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

Shades of Free Speech Magenta #ED4EEF

Tints of Free Speech Magenta #ED4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.08%

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 42.78%
G = 14.08%
B = 43.14%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED4EEF (or 0xED4EEF) is known color: Free Speech Magenta. HEX triplet: ED, 4E and EF. RGB value is (237,78,239). Sum of RGB (Red+Green+Blue) = 237+78+239=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 78 (30.86% from 255 or 14.08% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED4EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4EEF is #12B110. Grayscale: #8F8F8F. Windows color (decimal): -1224977 or 15683309. OLE color: 15683309.

HSL color Cylindrical-coordinate representation of color #ED4EEF: hue angle of 299.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4EEF is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 78 239 -
CMYK 0.01 0.67 0 0.06
HSL 299.25º 0.83% 0.62% -
HSV(B) 299.25º 0.67% 0.94% -
XYZ 53.23 29.69 84.59 -
YUV 143.9 181.68 194.41 -
System Red Green Blue C M Y K H S L
Decimal 237 78 239 0.01 0.67 0 0.06 299.25 0.83 0.62
Hex ED 4E EF 1 43 0 6 12B 53 3E
Octal 355 116 357 1 103 0 6 453 123 76
Binary 11101101 1001110 11101111 1 1000011 0 110 100101011 1010011 111110

Color Harmonies of #ED4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4EEF

Black with #ED4EEF

Text Example


Text Example

White with #ED4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4EEF; }

 p { color: rgb(237,78,239); }

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

background-color css

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

 a { background-color: rgb(237,78,239); }

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

border-color css

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

 span { border-color: rgb(237,78,239); }

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