Html Css Color HEX #E65ECE Free Speech Magenta

📋 copy color: '#E65ECE'

red 230 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Magenta #E65ECE

Tints of Free Speech Magenta #E65ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 43.4%
G = 17.74%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E65ECE (or 0xE65ECE) is known color: Free Speech Magenta. HEX triplet: E6, 5E and CE. RGB value is (230,94,206). Sum of RGB (Red+Green+Blue) = 230+94+206=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ECE is #19A131. Grayscale: #939393. Windows color (decimal): -1679666 or 13524710. OLE color: 13524710.

HSL color Cylindrical-coordinate representation of color #E65ECE: hue angle of 310.59º 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 #E65ECE is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 94 206 -
CMYK 0 0.59 0.10 0.10
HSL 310.59º 0.73% 0.64% -
HSV(B) 310.59º 0.59% 0.9% -
XYZ 47.78 29.28 61.53 -
YUV 147.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 230 94 206 0 0.59 0.10 0.10 310.59 0.73 0.64
Hex E6 5E CE 0 3B A A 137 49 40
Octal 346 136 316 0 73 12 12 467 111 100
Binary 11100110 1011110 11001110 0 111011 1010 1010 100110111 1001001 1000000

Color Harmonies of #E65ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65ECE

Black with #E65ECE

Text Example


Text Example

White with #E65ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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