Html Css Color HEX #E654DD Free Speech Magenta

📋 copy color: '#E654DD'

red 230 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Magenta #E654DD

Tints of Free Speech Magenta #E654DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.7%

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

R = 42.99%
G = 15.7%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E654DD (or 0xE654DD) is known color: Free Speech Magenta. HEX triplet: E6, 54 and DD. RGB value is (230,84,221). Sum of RGB (Red+Green+Blue) = 230+84+221=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E654DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E654DD is #19AB22. Grayscale: #8E8E8E. Windows color (decimal): -1682211 or 14505190. OLE color: 14505190.

HSL color Cylindrical-coordinate representation of color #E654DD: hue angle of 303.7º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E654DD is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 84 221 -
CMYK 0 0.63 0.04 0.10
HSL 303.7º 0.74% 0.62% -
HSV(B) 303.7º 0.63% 0.9% -
XYZ 48.85 28.38 71.31 -
YUV 143.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 230 84 221 0 0.63 0.04 0.10 303.7 0.74 0.62
Hex E6 54 DD 0 3F 4 A 130 4A 3E
Octal 346 124 335 0 77 4 12 460 112 76
Binary 11100110 1010100 11011101 0 111111 100 1010 100110000 1001010 111110

Color Harmonies of #E654DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E654DD

Black with #E654DD

Text Example


Text Example

White with #E654DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E654DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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