Html Css Color HEX #E365C2 Free Speech Magenta

📋 copy color: '#E365C2'

red 227 ◦ green 101 ◦ blue 194

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

Shades of Free Speech Magenta #E365C2

Tints of Free Speech Magenta #E365C2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.35%

 BLUE value IS 194 (76.17% from 255) = 37.16%

R = 43.49%
G = 19.35%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E365C2 (or 0xE365C2) is known color: Free Speech Magenta. HEX triplet: E3, 65 and C2. RGB value is (227,101,194). Sum of RGB (Red+Green+Blue) = 227+101+194=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E365C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365C2 is #1C9A3D. Grayscale: #959595. Windows color (decimal): -1874494 or 12740067. OLE color: 12740067.

HSL color Cylindrical-coordinate representation of color #E365C2: hue angle of 315.71º degrees, saturation: 0.69, 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 #E365C2 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 101 194 -
CMYK 0 0.56 0.15 0.11
HSL 315.71º 0.69% 0.64% -
HSV(B) 315.71º 0.56% 0.89% -
XYZ 46.07 29.53 54.31 -
YUV 149.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 227 101 194 0 0.56 0.15 0.11 315.71 0.69 0.64
Hex E3 65 C2 0 38 F B 13C 45 40
Octal 343 145 302 0 70 17 13 474 105 100
Binary 11100011 1100101 11000010 0 111000 1111 1011 100111100 1000101 1000000

Color Harmonies of #E365C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E365C2

Black with #E365C2

Text Example


Text Example

White with #E365C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E365C2; }

 p { color: rgb(227,101,194); }

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

background-color css

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

 a { background-color: rgb(227,101,194); }

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

border-color css

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

 span { border-color: rgb(227,101,194); }

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