Html Css Color HEX #E65FEE Free Speech Magenta

📋 copy color: '#E65FEE'

red 230 ◦ green 95 ◦ blue 238

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

Shades of Free Speech Magenta #E65FEE

Tints of Free Speech Magenta #E65FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.87%

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

R = 40.85%
G = 16.87%
B = 42.27%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E65FEE (or 0xE65FEE) is known color: Free Speech Magenta. HEX triplet: E6, 5F and EE. RGB value is (230,95,238). Sum of RGB (Red+Green+Blue) = 230+95+238=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 95 (37.5% from 255 or 16.87% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #E65FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65FEE is #19A011. Grayscale: #979797. Windows color (decimal): -1679378 or 15622118. OLE color: 15622118.

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

Color convert

RGB 230 95 238 -
CMYK 0.03 0.60 0 0.07
HSL 296.64º 0.81% 0.65% -
HSV(B) 296.64º 0.6% 0.93% -
XYZ 52.16 31.18 84.16 -
YUV 151.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 230 95 238 0.03 0.60 0 0.07 296.64 0.81 0.65
Hex E6 5F EE 3 3C 0 7 129 51 41
Octal 346 137 356 3 74 0 7 451 121 101
Binary 11100110 1011111 11101110 11 111100 0 111 100101001 1010001 1000001

Color Harmonies of #E65FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FEE

Black with #E65FEE

Text Example


Text Example

White with #E65FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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