Html Css Color HEX #E65FDA Free Speech Magenta

📋 copy color: '#E65FDA'

red 230 ◦ green 95 ◦ blue 218

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

Shades of Free Speech Magenta #E65FDA

Tints of Free Speech Magenta #E65FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 42.36%
G = 17.5%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E65FDA (or 0xE65FDA) is known color: Free Speech Magenta. HEX triplet: E6, 5F and DA. RGB value is (230,95,218). Sum of RGB (Red+Green+Blue) = 230+95+218=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FDA is #19A025. Grayscale: #959595. Windows color (decimal): -1679398 or 14311398. OLE color: 14311398.

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

Color convert

RGB 230 95 218 -
CMYK 0 0.59 0.05 0.10
HSL 305.33º 0.73% 0.64% -
HSV(B) 305.33º 0.59% 0.9% -
XYZ 49.38 30.07 69.53 -
YUV 149.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 230 95 218 0 0.59 0.05 0.10 305.33 0.73 0.64
Hex E6 5F DA 0 3B 5 A 131 49 40
Octal 346 137 332 0 73 5 12 461 111 100
Binary 11100110 1011111 11011010 0 111011 101 1010 100110001 1001001 1000000

Color Harmonies of #E65FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FDA

Black with #E65FDA

Text Example


Text Example

White with #E65FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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