Html Css Color HEX #E65DD1 Free Speech Magenta

📋 copy color: '#E65DD1'

red 230 ◦ green 93 ◦ blue 209

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

Shades of Free Speech Magenta #E65DD1

Tints of Free Speech Magenta #E65DD1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.48%

 BLUE value IS 209 (82.03% from 255) = 39.29%

R = 43.23%
G = 17.48%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E65DD1 (or 0xE65DD1) is known color: Free Speech Magenta. HEX triplet: E6, 5D and D1. RGB value is (230,93,209). Sum of RGB (Red+Green+Blue) = 230+93+209=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DD1 is #19A22E. Grayscale: #929292. Windows color (decimal): -1679919 or 13721062. OLE color: 13721062.

HSL color Cylindrical-coordinate representation of color #E65DD1: hue angle of 309.2º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DD1 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 209 -
CMYK 0 0.60 0.09 0.10
HSL 309.2º 0.73% 0.63% -
HSV(B) 309.2º 0.6% 0.9% -
XYZ 48.06 29.26 63.44 -
YUV 147.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 230 93 209 0 0.60 0.09 0.10 309.2 0.73 0.63
Hex E6 5D D1 0 3C 9 A 135 49 3F
Octal 346 135 321 0 74 11 12 465 111 77
Binary 11100110 1011101 11010001 0 111100 1001 1010 100110101 1001001 111111

Color Harmonies of #E65DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DD1

Black with #E65DD1

Text Example


Text Example

White with #E65DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DD1; }

 p { color: rgb(230,93,209); }

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

background-color css

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

 a { background-color: rgb(230,93,209); }

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

border-color css

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

 span { border-color: rgb(230,93,209); }

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