Html Css Color HEX #E764CA Free Speech Magenta

📋 copy color: '#E764CA'

red 231 ◦ green 100 ◦ blue 202

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

Shades of Free Speech Magenta #E764CA

Tints of Free Speech Magenta #E764CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 43.34%
G = 18.76%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E764CA (or 0xE764CA) is known color: Free Speech Magenta. HEX triplet: E7, 64 and CA. RGB value is (231,100,202). Sum of RGB (Red+Green+Blue) = 231+100+202=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E764CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764CA is #189B35. Grayscale: #969696. Windows color (decimal): -1612598 or 13264103. OLE color: 13264103.

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

Color convert

RGB 231 100 202 -
CMYK 0 0.57 0.13 0.09
HSL 313.28º 0.73% 0.65% -
HSV(B) 313.28º 0.57% 0.91% -
XYZ 48.17 30.37 59.2 -
YUV 150.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 231 100 202 0 0.57 0.13 0.09 313.28 0.73 0.65
Hex E7 64 CA 0 39 D 9 139 49 41
Octal 347 144 312 0 71 15 11 471 111 101
Binary 11100111 1100100 11001010 0 111001 1101 1001 100111001 1001001 1000001

Color Harmonies of #E764CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E764CA

Black with #E764CA

Text Example


Text Example

White with #E764CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E764CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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