Html Css Color HEX #E764ED Free Speech Magenta

📋 copy color: '#E764ED'

red 231 ◦ green 100 ◦ blue 237

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

Shades of Free Speech Magenta #E764ED

Tints of Free Speech Magenta #E764ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 40.67%
G = 17.61%
B = 41.73%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E764ED (or 0xE764ED) is known color: Free Speech Magenta. HEX triplet: E7, 64 and ED. RGB value is (231,100,237). Sum of RGB (Red+Green+Blue) = 231+100+237=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #E764ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E764ED is #189B12. Grayscale: #9A9A9A. Windows color (decimal): -1612563 or 15557863. OLE color: 15557863.

HSL color Cylindrical-coordinate representation of color #E764ED: hue angle of 297.37º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E764ED is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 100 237 -
CMYK 0.03 0.58 0 0.07
HSL 297.37º 0.79% 0.66% -
HSV(B) 297.37º 0.58% 0.93% -
XYZ 52.8 32.22 83.56 -
YUV 154.79 174.4 182.36 -
System Red Green Blue C M Y K H S L
Decimal 231 100 237 0.03 0.58 0 0.07 297.37 0.79 0.66
Hex E7 64 ED 3 3A 0 7 129 4F 42
Octal 347 144 355 3 72 0 7 451 117 102
Binary 11100111 1100100 11101101 11 111010 0 111 100101001 1001111 1000010

Color Harmonies of #E764ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764ED

Black with #E764ED

Text Example


Text Example

White with #E764ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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