Html Css Color HEX #ED5FEE Free Speech Magenta

📋 copy color: '#ED5FEE'

red 237 ◦ green 95 ◦ blue 238

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

Shades of Free Speech Magenta #ED5FEE

Tints of Free Speech Magenta #ED5FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.67%

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

R = 41.58%
G = 16.67%
B = 41.75%

CMYK

 C value IS 0.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED5FEE (or 0xED5FEE) is known color: Free Speech Magenta. HEX triplet: ED, 5F and EE. RGB value is (237,95,238). Sum of RGB (Red+Green+Blue) = 237+95+238=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED5FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5FEE is #12A011. Grayscale: #999999. Windows color (decimal): -1220626 or 15622125. OLE color: 15622125.

HSL color Cylindrical-coordinate representation of color #ED5FEE: hue angle of 299.58º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5FEE is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 95 238 -
CMYK 0.00 0.60 0 0.07
HSL 299.58º 0.81% 0.65% -
HSV(B) 299.58º 0.6% 0.93% -
XYZ 54.45 32.36 84.27 -
YUV 153.76 175.54 187.37 -
System Red Green Blue C M Y K H S L
Decimal 237 95 238 0.00 0.60 0 0.07 299.58 0.81 0.65
Hex ED 5F EE 0 3C 0 7 12C 51 41
Octal 355 137 356 0 74 0 7 454 121 101
Binary 11101101 1011111 11101110 0 111100 0 111 100101100 1010001 1000001

Color Harmonies of #ED5FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5FEE

Black with #ED5FEE

Text Example


Text Example

White with #ED5FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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