Html Css Color HEX #E764CD Free Speech Magenta

📋 copy color: '#E764CD'

red 231 ◦ green 100 ◦ blue 205

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

Shades of Free Speech Magenta #E764CD

Tints of Free Speech Magenta #E764CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 43.1%
G = 18.66%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E764CD (or 0xE764CD) is known color: Free Speech Magenta. HEX triplet: E7, 64 and CD. RGB value is (231,100,205). Sum of RGB (Red+Green+Blue) = 231+100+205=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E764CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764CD is #189B32. Grayscale: #969696. Windows color (decimal): -1612595 or 13460711. OLE color: 13460711.

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

Color convert

RGB 231 100 205 -
CMYK 0 0.57 0.11 0.09
HSL 311.91º 0.73% 0.65% -
HSV(B) 311.91º 0.57% 0.91% -
XYZ 48.53 30.51 61.09 -
YUV 151.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 231 100 205 0 0.57 0.11 0.09 311.91 0.73 0.65
Hex E7 64 CD 0 39 B 9 138 49 41
Octal 347 144 315 0 71 13 11 470 111 101
Binary 11100111 1100100 11001101 0 111001 1011 1001 100111000 1001001 1000001

Color Harmonies of #E764CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764CD

Black with #E764CD

Text Example


Text Example

White with #E764CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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