Html Css Color HEX #E764DD Free Speech Magenta

📋 copy color: '#E764DD'

red 231 ◦ green 100 ◦ blue 221

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

Shades of Free Speech Magenta #E764DD

Tints of Free Speech Magenta #E764DD

RGB

 RED value IS 231 (90.63% from 255) = 41.85%

 GREEN value IS 100 (39.45% from 255) = 18.12%

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

R = 41.85%
G = 18.12%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E764DD (or 0xE764DD) is known color: Free Speech Magenta. HEX triplet: E7, 64 and DD. RGB value is (231,100,221). Sum of RGB (Red+Green+Blue) = 231+100+221=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E764DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764DD is #189B22. Grayscale: #989898. Windows color (decimal): -1612579 or 14509287. OLE color: 14509287.

HSL color Cylindrical-coordinate representation of color #E764DD: hue angle of 304.58º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E764DD is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 100 221 -
CMYK 0 0.57 0.04 0.09
HSL 304.58º 0.73% 0.65% -
HSV(B) 304.58º 0.57% 0.91% -
XYZ 50.56 31.32 71.79 -
YUV 152.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 231 100 221 0 0.57 0.04 0.09 304.58 0.73 0.65
Hex E7 64 DD 0 39 4 9 131 49 41
Octal 347 144 335 0 71 4 11 461 111 101
Binary 11100111 1100100 11011101 0 111001 100 1001 100110001 1001001 1000001

Color Harmonies of #E764DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764DD

Black with #E764DD

Text Example


Text Example

White with #E764DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764DD; }

 p { color: rgb(231,100,221); }

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

background-color css

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

 a { background-color: rgb(231,100,221); }

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

border-color css

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

 span { border-color: rgb(231,100,221); }

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