Html Css Color HEX #E650DD Free Speech Magenta

📋 copy color: '#E650DD'

red 230 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #E650DD

Tints of Free Speech Magenta #E650DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 43.31%
G = 15.07%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E650DD (or 0xE650DD) is known color: Free Speech Magenta. HEX triplet: E6, 50 and DD. RGB value is (230,80,221). Sum of RGB (Red+Green+Blue) = 230+80+221=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E650DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E650DD is #19AF22. Grayscale: #8C8C8C. Windows color (decimal): -1683235 or 14504166. OLE color: 14504166.

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

Color convert

RGB 230 80 221 -
CMYK 0 0.65 0.04 0.10
HSL 303.6º 0.75% 0.61% -
HSV(B) 303.6º 0.65% 0.9% -
XYZ 48.55 27.78 71.21 -
YUV 140.92 173.2 191.54 -
System Red Green Blue C M Y K H S L
Decimal 230 80 221 0 0.65 0.04 0.10 303.6 0.75 0.61
Hex E6 50 DD 0 41 4 A 130 4B 3D
Octal 346 120 335 0 101 4 12 460 113 75
Binary 11100110 1010000 11011101 0 1000001 100 1010 100110000 1001011 111101

Color Harmonies of #E650DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E650DD

Black with #E650DD

Text Example


Text Example

White with #E650DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E650DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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