Html Css Color HEX #E763CC Free Speech Magenta

📋 copy color: '#E763CC'

red 231 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Magenta #E763CC

Tints of Free Speech Magenta #E763CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 43.26%
G = 18.54%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E763CC (or 0xE763CC) is known color: Free Speech Magenta. HEX triplet: E7, 63 and CC. RGB value is (231,99,204). Sum of RGB (Red+Green+Blue) = 231+99+204=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E763CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E763CC is #189C33. Grayscale: #969696. Windows color (decimal): -1612852 or 13394919. OLE color: 13394919.

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

Color convert

RGB 231 99 204 -
CMYK 0 0.57 0.12 0.09
HSL 312.27º 0.73% 0.65% -
HSV(B) 312.27º 0.57% 0.91% -
XYZ 48.32 30.27 60.42 -
YUV 150.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 231 99 204 0 0.57 0.12 0.09 312.27 0.73 0.65
Hex E7 63 CC 0 39 C 9 138 49 41
Octal 347 143 314 0 71 14 11 470 111 101
Binary 11100111 1100011 11001100 0 111001 1100 1001 100111000 1001001 1000001

Color Harmonies of #E763CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E763CC

Black with #E763CC

Text Example


Text Example

White with #E763CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E763CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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