Html Css Color HEX #ED3FEE Free Speech Magenta

📋 copy color: '#ED3FEE'

red 237 ◦ green 63 ◦ blue 238

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

Shades of Free Speech Magenta #ED3FEE

Tints of Free Speech Magenta #ED3FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 11.71%

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

R = 44.05%
G = 11.71%
B = 44.24%

CMYK

 C value IS 0.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED3FEE (or 0xED3FEE) is known color: Free Speech Magenta. HEX triplet: ED, 3F and EE. RGB value is (237,63,238). Sum of RGB (Red+Green+Blue) = 237+63+238=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 63 (25% from 255 or 11.71% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED3FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3FEE is #12C011. Grayscale: #868686. Windows color (decimal): -1228818 or 15613933. OLE color: 15613933.

HSL color Cylindrical-coordinate representation of color #ED3FEE: hue angle of 299.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3FEE is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 63 238 -
CMYK 0.00 0.74 0 0.07
HSL 299.66º 0.84% 0.59% -
HSV(B) 299.66º 0.74% 0.93% -
XYZ 52.14 27.73 83.49 -
YUV 134.98 186.15 200.77 -
System Red Green Blue C M Y K H S L
Decimal 237 63 238 0.00 0.74 0 0.07 299.66 0.84 0.59
Hex ED 3F EE 0 4A 0 7 12C 54 3B
Octal 355 77 356 0 112 0 7 454 124 73
Binary 11101101 111111 11101110 0 1001010 0 111 100101100 1010100 111011

Color Harmonies of #ED3FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3FEE

Black with #ED3FEE

Text Example


Text Example

White with #ED3FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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