Html Css Color HEX #ED4ECF Free Speech Magenta

📋 copy color: '#ED4ECF'

red 237 ◦ green 78 ◦ blue 207

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

Shades of Free Speech Magenta #ED4ECF

Tints of Free Speech Magenta #ED4ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 45.4%
G = 14.94%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED4ECF (or 0xED4ECF) is known color: Free Speech Magenta. HEX triplet: ED, 4E and CF. RGB value is (237,78,207). Sum of RGB (Red+Green+Blue) = 237+78+207=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4ECF is #12B130. Grayscale: #8B8B8B. Windows color (decimal): -1225009 or 13586157. OLE color: 13586157.

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

Color convert

RGB 237 78 207 -
CMYK 0 0.67 0.13 0.07
HSL 311.32º 0.82% 0.62% -
HSV(B) 311.32º 0.67% 0.93% -
XYZ 48.91 27.96 61.85 -
YUV 140.25 165.68 197.01 -
System Red Green Blue C M Y K H S L
Decimal 237 78 207 0 0.67 0.13 0.07 311.32 0.82 0.62
Hex ED 4E CF 0 43 D 7 137 52 3E
Octal 355 116 317 0 103 15 7 467 122 76
Binary 11101101 1001110 11001111 0 1000011 1101 111 100110111 1010010 111110

Color Harmonies of #ED4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4ECF

Black with #ED4ECF

Text Example


Text Example

White with #ED4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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