Html Css Color HEX #E650DB Free Speech Magenta

📋 copy color: '#E650DB'

red 230 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #E650DB

Tints of Free Speech Magenta #E650DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.12%

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

R = 43.48%
G = 15.12%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E650DB (or 0xE650DB) is known color: Free Speech Magenta. HEX triplet: E6, 50 and DB. RGB value is (230,80,219). Sum of RGB (Red+Green+Blue) = 230+80+219=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E650DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E650DB is #19AF24. Grayscale: #8C8C8C. Windows color (decimal): -1683237 or 14373094. OLE color: 14373094.

HSL color Cylindrical-coordinate representation of color #E650DB: hue angle of 304.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E650DB is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 219 -
CMYK 0 0.65 0.05 0.10
HSL 304.4º 0.75% 0.61% -
HSV(B) 304.4º 0.65% 0.9% -
XYZ 48.29 27.67 69.81 -
YUV 140.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 230 80 219 0 0.65 0.05 0.10 304.4 0.75 0.61
Hex E6 50 DB 0 41 5 A 130 4B 3D
Octal 346 120 333 0 101 5 12 460 113 75
Binary 11100110 1010000 11011011 0 1000001 101 1010 100110000 1001011 111101

Color Harmonies of #E650DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E650DB

Black with #E650DB

Text Example


Text Example

White with #E650DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E650DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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