Html Css Color HEX #E65DBF Free Speech Magenta

📋 copy color: '#E65DBF'

red 230 ◦ green 93 ◦ blue 191

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

Shades of Free Speech Magenta #E65DBF

Tints of Free Speech Magenta #E65DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.16%

R = 44.75%
G = 18.09%
B = 37.16%

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

#E65DBF (or 0xE65DBF) is known color: Free Speech Magenta. HEX triplet: E6, 5D and BF. RGB value is (230,93,191). Sum of RGB (Red+Green+Blue) = 230+93+191=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DBF is #19A240. Grayscale: #909090. Windows color (decimal): -1679937 or 12541414. OLE color: 12541414.

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

Color convert

RGB 230 93 191 -
CMYK 0 0.60 0.17 0.10
HSL 317.08º 0.73% 0.63% -
HSV(B) 317.08º 0.6% 0.9% -
XYZ 45.95 28.41 52.35 -
YUV 145.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 230 93 191 0 0.60 0.17 0.10 317.08 0.73 0.63
Hex E6 5D BF 0 3C 11 A 13D 49 3F
Octal 346 135 277 0 74 21 12 475 111 77
Binary 11100110 1011101 10111111 0 111100 10001 1010 100111101 1001001 111111

Color Harmonies of #E65DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DBF

Black with #E65DBF

Text Example


Text Example

White with #E65DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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