Html Css Color HEX #E350CA Free Speech Magenta

📋 copy color: '#E350CA'

red 227 ◦ green 80 ◦ blue 202

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

Shades of Free Speech Magenta #E350CA

Tints of Free Speech Magenta #E350CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.72%

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

R = 44.6%
G = 15.72%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E350CA (or 0xE350CA) is known color: Free Speech Magenta. HEX triplet: E3, 50 and CA. RGB value is (227,80,202). Sum of RGB (Red+Green+Blue) = 227+80+202=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E350CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350CA is #1CAF35. Grayscale: #898989. Windows color (decimal): -1879862 or 13258979. OLE color: 13258979.

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

Color convert

RGB 227 80 202 -
CMYK 0 0.65 0.11 0.11
HSL 310.2º 0.72% 0.6% -
HSV(B) 310.2º 0.65% 0.89% -
XYZ 45.21 26.33 58.58 -
YUV 137.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 227 80 202 0 0.65 0.11 0.11 310.2 0.72 0.6
Hex E3 50 CA 0 41 B B 136 48 3C
Octal 343 120 312 0 101 13 13 466 110 74
Binary 11100011 1010000 11001010 0 1000001 1011 1011 100110110 1001000 111100

Color Harmonies of #E350CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350CA

Black with #E350CA

Text Example


Text Example

White with #E350CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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