Html Css Color HEX #E65FDC Free Speech Magenta

📋 copy color: '#E65FDC'

red 230 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #E65FDC

Tints of Free Speech Magenta #E65FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 42.2%
G = 17.43%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E65FDC (or 0xE65FDC) is known color: Free Speech Magenta. HEX triplet: E6, 5F and DC. RGB value is (230,95,220). Sum of RGB (Red+Green+Blue) = 230+95+220=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FDC is #19A023. Grayscale: #959595. Windows color (decimal): -1679396 or 14442470. OLE color: 14442470.

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

Color convert

RGB 230 95 220 -
CMYK 0 0.59 0.04 0.10
HSL 304.44º 0.73% 0.64% -
HSV(B) 304.44º 0.59% 0.9% -
XYZ 49.64 30.17 70.92 -
YUV 149.62 167.73 185.34 -
System Red Green Blue C M Y K H S L
Decimal 230 95 220 0 0.59 0.04 0.10 304.44 0.73 0.64
Hex E6 5F DC 0 3B 4 A 130 49 40
Octal 346 137 334 0 73 4 12 460 111 100
Binary 11100110 1011111 11011100 0 111011 100 1010 100110000 1001001 1000000

Color Harmonies of #E65FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FDC

Black with #E65FDC

Text Example


Text Example

White with #E65FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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