Html Css Color HEX #E065DF Free Speech Magenta

📋 copy color: '#E065DF'

red 224 ◦ green 101 ◦ blue 223

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

Shades of Free Speech Magenta #E065DF

Tints of Free Speech Magenta #E065DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 40.88%
G = 18.43%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E065DF (or 0xE065DF) is known color: Free Speech Magenta. HEX triplet: E0, 65 and DF. RGB value is (224,101,223). Sum of RGB (Red+Green+Blue) = 224+101+223=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E065DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065DF is #1F9A20. Grayscale: #979797. Windows color (decimal): -2071073 or 14640608. OLE color: 14640608.

HSL color Cylindrical-coordinate representation of color #E065DF: hue angle of 300.49º degrees, saturation: 0.66, 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 #E065DF is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 101 223 -
CMYK 0 0.55 0.00 0.12
HSL 300.49º 0.66% 0.64% -
HSV(B) 300.49º 0.55% 0.88% -
XYZ 48.71 30.48 73.13 -
YUV 151.69 168.25 179.58 -
System Red Green Blue C M Y K H S L
Decimal 224 101 223 0 0.55 0.00 0.12 300.49 0.66 0.64
Hex E0 65 DF 0 37 0 C 12C 42 40
Octal 340 145 337 0 67 0 14 454 102 100
Binary 11100000 1100101 11011111 0 110111 0 1100 100101100 1000010 1000000

Color Harmonies of #E065DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065DF

Black with #E065DF

Text Example


Text Example

White with #E065DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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