Html Css Color HEX #E362CD Free Speech Magenta

📋 copy color: '#E362CD'

red 227 ◦ green 98 ◦ blue 205

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

Shades of Free Speech Magenta #E362CD

Tints of Free Speech Magenta #E362CD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.49%

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 42.83%
G = 18.49%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E362CD (or 0xE362CD) is known color: Free Speech Magenta. HEX triplet: E3, 62 and CD. RGB value is (227,98,205). Sum of RGB (Red+Green+Blue) = 227+98+205=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E362CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E362CD is #1C9D32. Grayscale: #949494. Windows color (decimal): -1875251 or 13460195. OLE color: 13460195.

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

Color convert

RGB 227 98 205 -
CMYK 0 0.57 0.10 0.11
HSL 310.23º 0.7% 0.64% -
HSV(B) 310.23º 0.57% 0.89% -
XYZ 47.07 29.47 60.97 -
YUV 148.77 159.74 183.8 -
System Red Green Blue C M Y K H S L
Decimal 227 98 205 0 0.57 0.10 0.11 310.23 0.7 0.64
Hex E3 62 CD 0 39 A B 136 46 40
Octal 343 142 315 0 71 12 13 466 106 100
Binary 11100011 1100010 11001101 0 111001 1010 1011 100110110 1000110 1000000

Color Harmonies of #E362CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E362CD

Black with #E362CD

Text Example


Text Example

White with #E362CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E362CD; }

 p { color: rgb(227,98,205); }

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

background-color css

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

 a { background-color: rgb(227,98,205); }

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

border-color css

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

 span { border-color: rgb(227,98,205); }

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