Html Css Color HEX #E361D2 Free Speech Magenta

📋 copy color: '#E361D2'

red 227 ◦ green 97 ◦ blue 210

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

Shades of Free Speech Magenta #E361D2

Tints of Free Speech Magenta #E361D2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.16%

 BLUE value IS 210 (82.42% from 255) = 39.33%

R = 42.51%
G = 18.16%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E361D2 (or 0xE361D2) is known color: Free Speech Magenta. HEX triplet: E3, 61 and D2. RGB value is (227,97,210). Sum of RGB (Red+Green+Blue) = 227+97+210=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E361D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361D2 is #1C9E2D. Grayscale: #949494. Windows color (decimal): -1875502 or 13787619. OLE color: 13787619.

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

Color convert

RGB 227 97 210 -
CMYK 0 0.57 0.07 0.11
HSL 307.85º 0.7% 0.64% -
HSV(B) 307.85º 0.57% 0.89% -
XYZ 47.59 29.53 64.17 -
YUV 148.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 227 97 210 0 0.57 0.07 0.11 307.85 0.7 0.64
Hex E3 61 D2 0 39 7 B 134 46 40
Octal 343 141 322 0 71 7 13 464 106 100
Binary 11100011 1100001 11010010 0 111001 111 1011 100110100 1000110 1000000

Color Harmonies of #E361D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E361D2

Black with #E361D2

Text Example


Text Example

White with #E361D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E361D2; }

 p { color: rgb(227,97,210); }

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

background-color css

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

 a { background-color: rgb(227,97,210); }

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

border-color css

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

 span { border-color: rgb(227,97,210); }

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