Html Css Color HEX #E65DBE Free Speech Magenta

📋 copy color: '#E65DBE'

red 230 ◦ green 93 ◦ blue 190

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

Shades of Free Speech Magenta #E65DBE

Tints of Free Speech Magenta #E65DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 44.83%
G = 18.13%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E65DBE (or 0xE65DBE) is known color: Free Speech Magenta. HEX triplet: E6, 5D and BE. RGB value is (230,93,190). Sum of RGB (Red+Green+Blue) = 230+93+190=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DBE is #19A241. Grayscale: #909090. Windows color (decimal): -1679938 or 12475878. OLE color: 12475878.

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

Color convert

RGB 230 93 190 -
CMYK 0 0.60 0.17 0.10
HSL 317.52º 0.73% 0.63% -
HSV(B) 317.52º 0.6% 0.9% -
XYZ 45.84 28.37 51.77 -
YUV 145.02 153.39 188.61 -
System Red Green Blue C M Y K H S L
Decimal 230 93 190 0 0.60 0.17 0.10 317.52 0.73 0.63
Hex E6 5D BE 0 3C 11 A 13E 49 3F
Octal 346 135 276 0 74 21 12 476 111 77
Binary 11100110 1011101 10111110 0 111100 10001 1010 100111110 1001001 111111

Color Harmonies of #E65DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DBE

Black with #E65DBE

Text Example


Text Example

White with #E65DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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