Html Css Color HEX #E65EEE Free Speech Magenta

📋 copy color: '#E65EEE'

red 230 ◦ green 94 ◦ blue 238

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

Shades of Free Speech Magenta #E65EEE

Tints of Free Speech Magenta #E65EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 40.93%
G = 16.73%
B = 42.35%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E65EEE (or 0xE65EEE) is known color: Free Speech Magenta. HEX triplet: E6, 5E and EE. RGB value is (230,94,238). Sum of RGB (Red+Green+Blue) = 230+94+238=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 94 (37.11% from 255 or 16.73% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #E65EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65EEE is #19A111. Grayscale: #969696. Windows color (decimal): -1679634 or 15621862. OLE color: 15621862.

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

Color convert

RGB 230 94 238 -
CMYK 0.03 0.61 0 0.07
HSL 296.67º 0.81% 0.65% -
HSV(B) 296.67º 0.61% 0.93% -
XYZ 52.07 31 84.13 -
YUV 151.08 177.06 184.29 -
System Red Green Blue C M Y K H S L
Decimal 230 94 238 0.03 0.61 0 0.07 296.67 0.81 0.65
Hex E6 5E EE 3 3D 0 7 129 51 41
Octal 346 136 356 3 75 0 7 451 121 101
Binary 11100110 1011110 11101110 11 111101 0 111 100101001 1010001 1000001

Color Harmonies of #E65EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65EEE

Black with #E65EEE

Text Example


Text Example

White with #E65EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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