Html Css Color HEX #E363CA Free Speech Magenta

📋 copy color: '#E363CA'

red 227 ◦ green 99 ◦ blue 202

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

Shades of Free Speech Magenta #E363CA

Tints of Free Speech Magenta #E363CA

RGB

 RED value IS 227 (89.06% from 255) = 42.99%

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

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

R = 42.99%
G = 18.75%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E363CA (or 0xE363CA) is known color: Free Speech Magenta. HEX triplet: E3, 63 and CA. RGB value is (227,99,202). Sum of RGB (Red+Green+Blue) = 227+99+202=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E363CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363CA is #1C9C35. Grayscale: #949494. Windows color (decimal): -1874998 or 13263843. OLE color: 13263843.

HSL color Cylindrical-coordinate representation of color #E363CA: hue angle of 311.72º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E363CA is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 99 202 -
CMYK 0 0.56 0.11 0.11
HSL 311.72º 0.7% 0.64% -
HSV(B) 311.72º 0.56% 0.89% -
XYZ 46.8 29.52 59.11 -
YUV 149.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 227 99 202 0 0.56 0.11 0.11 311.72 0.7 0.64
Hex E3 63 CA 0 38 B B 138 46 40
Octal 343 143 312 0 70 13 13 470 106 100
Binary 11100011 1100011 11001010 0 111000 1011 1011 100111000 1000110 1000000

Color Harmonies of #E363CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E363CA

Black with #E363CA

Text Example


Text Example

White with #E363CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E363CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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