Html Css Color HEX #ED4CEF Free Speech Magenta

📋 copy color: '#ED4CEF'

red 237 ◦ green 76 ◦ blue 239

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

Shades of Free Speech Magenta #ED4CEF

Tints of Free Speech Magenta #ED4CEF

RGB

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

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

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

R = 42.93%
G = 13.77%
B = 43.3%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED4CEF (or 0xED4CEF) is known color: Free Speech Magenta. HEX triplet: ED, 4C and EF. RGB value is (237,76,239). Sum of RGB (Red+Green+Blue) = 237+76+239=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 76 (30.08% from 255 or 13.77% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED4CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CEF is #12B310. Grayscale: #8E8E8E. Windows color (decimal): -1225489 or 15682797. OLE color: 15682797.

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

Color convert

RGB 237 76 239 -
CMYK 0.01 0.68 0 0.06
HSL 299.26º 0.84% 0.62% -
HSV(B) 299.26º 0.68% 0.94% -
XYZ 53.09 29.41 84.54 -
YUV 142.72 182.34 195.25 -
System Red Green Blue C M Y K H S L
Decimal 237 76 239 0.01 0.68 0 0.06 299.26 0.84 0.62
Hex ED 4C EF 1 44 0 6 12B 54 3E
Octal 355 114 357 1 104 0 6 453 124 76
Binary 11101101 1001100 11101111 1 1000100 0 110 100101011 1010100 111110

Color Harmonies of #ED4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CEF

Black with #ED4CEF

Text Example


Text Example

White with #ED4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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