Html Css Color HEX #E65DDB Free Speech Magenta

📋 copy color: '#E65DDB'

red 230 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #E65DDB

Tints of Free Speech Magenta #E65DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.16%

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

R = 42.44%
G = 17.16%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E65DDB (or 0xE65DDB) is known color: Free Speech Magenta. HEX triplet: E6, 5D and DB. RGB value is (230,93,219). Sum of RGB (Red+Green+Blue) = 230+93+219=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DDB is #19A224. Grayscale: #939393. Windows color (decimal): -1679909 or 14376422. OLE color: 14376422.

HSL color Cylindrical-coordinate representation of color #E65DDB: hue angle of 304.82º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DDB is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 219 -
CMYK 0 0.60 0.05 0.10
HSL 304.82º 0.73% 0.63% -
HSV(B) 304.82º 0.6% 0.9% -
XYZ 49.33 29.77 70.16 -
YUV 148.33 167.89 186.25 -
System Red Green Blue C M Y K H S L
Decimal 230 93 219 0 0.60 0.05 0.10 304.82 0.73 0.63
Hex E6 5D DB 0 3C 5 A 131 49 3F
Octal 346 135 333 0 74 5 12 461 111 77
Binary 11100110 1011101 11011011 0 111100 101 1010 100110001 1001001 111111

Color Harmonies of #E65DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DDB

Black with #E65DDB

Text Example


Text Example

White with #E65DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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