Html Css Color HEX #ED47EE Free Speech Magenta

📋 copy color: '#ED47EE'

red 237 ◦ green 71 ◦ blue 238

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

Shades of Free Speech Magenta #ED47EE

Tints of Free Speech Magenta #ED47EE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13%

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 43.41%
G = 13%
B = 43.59%

CMYK

 C value IS 0.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED47EE (or 0xED47EE) is known color: Free Speech Magenta. HEX triplet: ED, 47 and EE. RGB value is (237,71,238). Sum of RGB (Red+Green+Blue) = 237+71+238=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 71 (28.12% from 255 or 13.00% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED47EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED47EE is #12B811. Grayscale: #8B8B8B. Windows color (decimal): -1226770 or 15615981. OLE color: 15615981.

HSL color Cylindrical-coordinate representation of color #ED47EE: hue angle of 299.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED47EE is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 71 238 -
CMYK 0.00 0.70 0 0.07
HSL 299.64º 0.83% 0.61% -
HSV(B) 299.64º 0.7% 0.93% -
XYZ 52.61 28.68 83.65 -
YUV 139.67 183.5 197.42 -
System Red Green Blue C M Y K H S L
Decimal 237 71 238 0.00 0.70 0 0.07 299.64 0.83 0.61
Hex ED 47 EE 0 46 0 7 12C 53 3D
Octal 355 107 356 0 106 0 7 454 123 75
Binary 11101101 1000111 11101110 0 1000110 0 111 100101100 1010011 111101

Color Harmonies of #ED47EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED47EE

Black with #ED47EE

Text Example


Text Example

White with #ED47EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED47EE; }

 p { color: rgb(237,71,238); }

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

background-color css

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

 a { background-color: rgb(237,71,238); }

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

border-color css

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

 span { border-color: rgb(237,71,238); }

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