Html Css Color HEX #E065E1 Free Speech Magenta

📋 copy color: '#E065E1'

red 224 ◦ green 101 ◦ blue 225

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

Shades of Free Speech Magenta #E065E1

Tints of Free Speech Magenta #E065E1

RGB

 RED value IS 224 (87.89% from 255) = 40.73%

 GREEN value IS 101 (39.84% from 255) = 18.36%

 BLUE value IS 225 (88.28% from 255) = 40.91%

R = 40.73%
G = 18.36%
B = 40.91%

CMYK

 C value IS 0.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E065E1 (or 0xE065E1) is known color: Free Speech Magenta. HEX triplet: E0, 65 and E1. RGB value is (224,101,225). Sum of RGB (Red+Green+Blue) = 224+101+225=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #E065E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065E1 is #1F9A1E. Grayscale: #979797. Windows color (decimal): -2071071 or 14771680. OLE color: 14771680.

HSL color Cylindrical-coordinate representation of color #E065E1: hue angle of 299.52º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065E1 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 101 225 -
CMYK 0.00 0.55 0 0.12
HSL 299.52º 0.67% 0.64% -
HSV(B) 299.52º 0.55% 0.88% -
XYZ 48.98 30.59 74.56 -
YUV 151.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 224 101 225 0.00 0.55 0 0.12 299.52 0.67 0.64
Hex E0 65 E1 0 37 0 C 12C 43 40
Octal 340 145 341 0 67 0 14 454 103 100
Binary 11100000 1100101 11100001 0 110111 0 1100 100101100 1000011 1000000

Color Harmonies of #E065E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065E1

Black with #E065E1

Text Example


Text Example

White with #E065E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065E1; }

 p { color: rgb(224,101,225); }

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

background-color css

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

 a { background-color: rgb(224,101,225); }

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

border-color css

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

 span { border-color: rgb(224,101,225); }

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