Html Css Color HEX #E65FDB Free Speech Magenta

📋 copy color: '#E65FDB'

red 230 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #E65FDB

Tints of Free Speech Magenta #E65FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 42.28%
G = 17.46%
B = 40.26%

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

#E65FDB (or 0xE65FDB) is known color: Free Speech Magenta. HEX triplet: E6, 5F and DB. RGB value is (230,95,219). Sum of RGB (Red+Green+Blue) = 230+95+219=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FDB is #19A024. Grayscale: #959595. Windows color (decimal): -1679397 or 14376934. OLE color: 14376934.

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

Color convert

RGB 230 95 219 -
CMYK 0 0.59 0.05 0.10
HSL 304.89º 0.73% 0.64% -
HSV(B) 304.89º 0.59% 0.9% -
XYZ 49.51 30.12 70.22 -
YUV 149.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 230 95 219 0 0.59 0.05 0.10 304.89 0.73 0.64
Hex E6 5F DB 0 3B 5 A 131 49 40
Octal 346 137 333 0 73 5 12 461 111 100
Binary 11100110 1011111 11011011 0 111011 101 1010 100110001 1001001 1000000

Color Harmonies of #E65FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FDB

Black with #E65FDB

Text Example


Text Example

White with #E65FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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