Html Css Color HEX #E764DF Free Speech Magenta

📋 copy color: '#E764DF'

red 231 ◦ green 100 ◦ blue 223

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

Shades of Free Speech Magenta #E764DF

Tints of Free Speech Magenta #E764DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 41.7%
G = 18.05%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E764DF (or 0xE764DF) is known color: Free Speech Magenta. HEX triplet: E7, 64 and DF. RGB value is (231,100,223). Sum of RGB (Red+Green+Blue) = 231+100+223=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E764DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764DF is #189B20. Grayscale: #989898. Windows color (decimal): -1612577 or 14640359. OLE color: 14640359.

HSL color Cylindrical-coordinate representation of color #E764DF: hue angle of 303.66º 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 #E764DF is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 100 223 -
CMYK 0 0.57 0.03 0.09
HSL 303.66º 0.73% 0.65% -
HSV(B) 303.66º 0.57% 0.91% -
XYZ 50.83 31.43 73.2 -
YUV 153.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 231 100 223 0 0.57 0.03 0.09 303.66 0.73 0.65
Hex E7 64 DF 0 39 3 9 130 49 41
Octal 347 144 337 0 71 3 11 460 111 101
Binary 11100111 1100100 11011111 0 111001 11 1001 100110000 1001001 1000001

Color Harmonies of #E764DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764DF

Black with #E764DF

Text Example


Text Example

White with #E764DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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