Html Css Color HEX #E763CA Free Speech Magenta

📋 copy color: '#E763CA'

red 231 ◦ green 99 ◦ blue 202

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

Shades of Free Speech Magenta #E763CA

Tints of Free Speech Magenta #E763CA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.61%

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

R = 43.42%
G = 18.61%
B = 37.97%

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

#E763CA (or 0xE763CA) is known color: Free Speech Magenta. HEX triplet: E7, 63 and CA. RGB value is (231,99,202). Sum of RGB (Red+Green+Blue) = 231+99+202=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E763CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E763CA is #189C35. Grayscale: #959595. Windows color (decimal): -1612854 or 13263847. OLE color: 13263847.

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

Color convert

RGB 231 99 202 -
CMYK 0 0.57 0.13 0.09
HSL 313.18º 0.73% 0.65% -
HSV(B) 313.18º 0.57% 0.91% -
XYZ 48.08 30.18 59.17 -
YUV 150.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 231 99 202 0 0.57 0.13 0.09 313.18 0.73 0.65
Hex E7 63 CA 0 39 D 9 139 49 41
Octal 347 143 312 0 71 15 11 471 111 101
Binary 11100111 1100011 11001010 0 111001 1101 1001 100111001 1001001 1000001

Color Harmonies of #E763CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E763CA

Black with #E763CA

Text Example


Text Example

White with #E763CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E763CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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