Html Css Color HEX #E65BDB Free Speech Magenta

📋 copy color: '#E65BDB'

red 230 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #E65BDB

Tints of Free Speech Magenta #E65BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.85%

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

R = 42.59%
G = 16.85%
B = 40.56%

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

#E65BDB (or 0xE65BDB) is known color: Free Speech Magenta. HEX triplet: E6, 5B and DB. RGB value is (230,91,219). Sum of RGB (Red+Green+Blue) = 230+91+219=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65BDB is #19A424. Grayscale: #929292. Windows color (decimal): -1680421 or 14375910. OLE color: 14375910.

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

Color convert

RGB 230 91 219 -
CMYK 0 0.60 0.05 0.10
HSL 304.75º 0.74% 0.63% -
HSV(B) 304.75º 0.6% 0.9% -
XYZ 49.16 29.42 70.11 -
YUV 147.15 168.55 187.09 -
System Red Green Blue C M Y K H S L
Decimal 230 91 219 0 0.60 0.05 0.10 304.75 0.74 0.63
Hex E6 5B DB 0 3C 5 A 131 4A 3F
Octal 346 133 333 0 74 5 12 461 112 77
Binary 11100110 1011011 11011011 0 111100 101 1010 100110001 1001010 111111

Color Harmonies of #E65BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65BDB

Black with #E65BDB

Text Example


Text Example

White with #E65BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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