Html Css Color HEX #ED3CF5 Free Speech Magenta

📋 copy color: '#ED3CF5'

red 237 ◦ green 60 ◦ blue 245

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

Shades of Free Speech Magenta #ED3CF5

Tints of Free Speech Magenta #ED3CF5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.07%

 BLUE value IS 245 (96.09% from 255) = 45.2%

R = 43.73%
G = 11.07%
B = 45.2%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED3CF5 (or 0xED3CF5) is known color: Free Speech Magenta. HEX triplet: ED, 3C and F5. RGB value is (237,60,245). Sum of RGB (Red+Green+Blue) = 237+60+245=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 60 (23.83% from 255 or 11.07% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED3CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3CF5 is #12C30A. Grayscale: #858585. Windows color (decimal): -1229579 or 16071917. OLE color: 16071917.

HSL color Cylindrical-coordinate representation of color #ED3CF5: hue angle of 297.41º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3CF5 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 60 245 -
CMYK 0.03 0.76 0 0.04
HSL 297.41º 0.9% 0.6% -
HSV(B) 297.41º 0.76% 0.96% -
XYZ 53.02 27.83 88.96 -
YUV 134.01 190.64 201.46 -
System Red Green Blue C M Y K H S L
Decimal 237 60 245 0.03 0.76 0 0.04 297.41 0.9 0.6
Hex ED 3C F5 3 4C 0 4 129 5A 3C
Octal 355 74 365 3 114 0 4 451 132 74
Binary 11101101 111100 11110101 11 1001100 0 100 100101001 1011010 111100

Color Harmonies of #ED3CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CF5

Black with #ED3CF5

Text Example


Text Example

White with #ED3CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CF5; }

 p { color: rgb(237,60,245); }

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

background-color css

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

 a { background-color: rgb(237,60,245); }

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

border-color css

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

 span { border-color: rgb(237,60,245); }

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