Html Css Color HEX #E764C7 Free Speech Magenta

📋 copy color: '#E764C7'

red 231 ◦ green 100 ◦ blue 199

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

Shades of Free Speech Magenta #E764C7

Tints of Free Speech Magenta #E764C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.55%

R = 43.58%
G = 18.87%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E764C7 (or 0xE764C7) is known color: Free Speech Magenta. HEX triplet: E7, 64 and C7. RGB value is (231,100,199). Sum of RGB (Red+Green+Blue) = 231+100+199=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E764C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764C7 is #189B38. Grayscale: #969696. Windows color (decimal): -1612601 or 13067495. OLE color: 13067495.

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

Color convert

RGB 231 100 199 -
CMYK 0 0.57 0.14 0.09
HSL 314.66º 0.73% 0.65% -
HSV(B) 314.66º 0.57% 0.91% -
XYZ 47.82 30.23 57.35 -
YUV 150.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 231 100 199 0 0.57 0.14 0.09 314.66 0.73 0.65
Hex E7 64 C7 0 39 E 9 13B 49 41
Octal 347 144 307 0 71 16 11 473 111 101
Binary 11100111 1100100 11000111 0 111001 1110 1001 100111011 1001001 1000001

Color Harmonies of #E764C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764C7

Black with #E764C7

Text Example


Text Example

White with #E764C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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