Html Css Color HEX #E660ED Free Speech Magenta

📋 copy color: '#E660ED'

red 230 ◦ green 96 ◦ blue 237

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

Shades of Free Speech Magenta #E660ED

Tints of Free Speech Magenta #E660ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.05%

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

R = 40.85%
G = 17.05%
B = 42.1%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E660ED (or 0xE660ED) is known color: Free Speech Magenta. HEX triplet: E6, 60 and ED. RGB value is (230,96,237). Sum of RGB (Red+Green+Blue) = 230+96+237=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 96 (37.89% from 255 or 17.05% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #E660ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E660ED is #199F12. Grayscale: #979797. Windows color (decimal): -1679123 or 15556838. OLE color: 15556838.

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

Color convert

RGB 230 96 237 -
CMYK 0.03 0.59 0 0.07
HSL 297.02º 0.8% 0.65% -
HSV(B) 297.02º 0.59% 0.93% -
XYZ 52.1 31.3 83.42 -
YUV 152.14 175.89 183.54 -
System Red Green Blue C M Y K H S L
Decimal 230 96 237 0.03 0.59 0 0.07 297.02 0.8 0.65
Hex E6 60 ED 3 3B 0 7 129 50 41
Octal 346 140 355 3 73 0 7 451 120 101
Binary 11100110 1100000 11101101 11 111011 0 111 100101001 1010000 1000001

Color Harmonies of #E660ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E660ED

Black with #E660ED

Text Example


Text Example

White with #E660ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E660ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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