Html Css Color HEX #E65ECD Free Speech Magenta

📋 copy color: '#E65ECD'

red 230 ◦ green 94 ◦ blue 205

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

Shades of Free Speech Magenta #E65ECD

Tints of Free Speech Magenta #E65ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.77%

 BLUE value IS 205 (80.47% from 255) = 38.75%

R = 43.48%
G = 17.77%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E65ECD (or 0xE65ECD) is known color: Free Speech Magenta. HEX triplet: E6, 5E and CD. RGB value is (230,94,205). Sum of RGB (Red+Green+Blue) = 230+94+205=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ECD is #19A132. Grayscale: #939393. Windows color (decimal): -1679667 or 13459174. OLE color: 13459174.

HSL color Cylindrical-coordinate representation of color #E65ECD: hue angle of 311.03º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65ECD is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 94 205 -
CMYK 0 0.59 0.11 0.10
HSL 311.03º 0.73% 0.64% -
HSV(B) 311.03º 0.59% 0.9% -
XYZ 47.66 29.24 60.89 -
YUV 147.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 230 94 205 0 0.59 0.11 0.10 311.03 0.73 0.64
Hex E6 5E CD 0 3B B A 137 49 40
Octal 346 136 315 0 73 13 12 467 111 100
Binary 11100110 1011110 11001101 0 111011 1011 1010 100110111 1001001 1000000

Color Harmonies of #E65ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65ECD

Black with #E65ECD

Text Example


Text Example

White with #E65ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65ECD; }

 p { color: rgb(230,94,205); }

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

background-color css

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

 a { background-color: rgb(230,94,205); }

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

border-color css

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

 span { border-color: rgb(230,94,205); }

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