Html Css Color HEX #E650ED Free Speech Magenta

📋 copy color: '#E650ED'

red 230 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #E650ED

Tints of Free Speech Magenta #E650ED

RGB

 RED value IS 230 (90.23% from 255) = 42.05%

 GREEN value IS 80 (31.64% from 255) = 14.63%

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 42.05%
G = 14.63%
B = 43.33%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E650ED (or 0xE650ED) is known color: Free Speech Magenta. HEX triplet: E6, 50 and ED. RGB value is (230,80,237). Sum of RGB (Red+Green+Blue) = 230+80+237=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 80 (31.64% from 255 or 14.63% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #E650ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E650ED is #19AF12. Grayscale: #8E8E8E. Windows color (decimal): -1683219 or 15552742. OLE color: 15552742.

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

Color convert

RGB 230 80 237 -
CMYK 0.03 0.66 0 0.07
HSL 297.32º 0.81% 0.62% -
HSV(B) 297.32º 0.66% 0.93% -
XYZ 50.79 28.67 82.98 -
YUV 142.75 181.2 190.23 -
System Red Green Blue C M Y K H S L
Decimal 230 80 237 0.03 0.66 0 0.07 297.32 0.81 0.62
Hex E6 50 ED 3 42 0 7 129 51 3E
Octal 346 120 355 3 102 0 7 451 121 76
Binary 11100110 1010000 11101101 11 1000010 0 111 100101001 1010001 111110

Color Harmonies of #E650ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E650ED

Black with #E650ED

Text Example


Text Example

White with #E650ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E650ED; }

 p { color: rgb(230,80,237); }

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

background-color css

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

 a { background-color: rgb(230,80,237); }

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

border-color css

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

 span { border-color: rgb(230,80,237); }

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