Html Css Color HEX #E65FE0 Free Speech Magenta

📋 copy color: '#E65FE0'

red 230 ◦ green 95 ◦ blue 224

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

Shades of Free Speech Magenta #E65FE0

Tints of Free Speech Magenta #E65FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.8%

R = 41.89%
G = 17.3%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E65FE0 (or 0xE65FE0) is known color: Free Speech Magenta. HEX triplet: E6, 5F and E0. RGB value is (230,95,224). Sum of RGB (Red+Green+Blue) = 230+95+224=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FE0 is #19A01F. Grayscale: #959595. Windows color (decimal): -1679392 or 14704614. OLE color: 14704614.

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

Color convert

RGB 230 95 224 -
CMYK 0 0.59 0.03 0.10
HSL 302.67º 0.73% 0.64% -
HSV(B) 302.67º 0.59% 0.9% -
XYZ 50.18 30.39 73.74 -
YUV 150.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 230 95 224 0 0.59 0.03 0.10 302.67 0.73 0.64
Hex E6 5F E0 0 3B 3 A 12F 49 40
Octal 346 137 340 0 73 3 12 457 111 100
Binary 11100110 1011111 11100000 0 111011 11 1010 100101111 1001001 1000000

Color Harmonies of #E65FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FE0

Black with #E65FE0

Text Example


Text Example

White with #E65FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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