Html Css Color HEX #E360D4 Free Speech Magenta

📋 copy color: '#E360D4'

red 227 ◦ green 96 ◦ blue 212

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

Shades of Free Speech Magenta #E360D4

Tints of Free Speech Magenta #E360D4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.94%

 BLUE value IS 212 (83.2% from 255) = 39.63%

R = 42.43%
G = 17.94%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E360D4 (or 0xE360D4) is known color: Free Speech Magenta. HEX triplet: E3, 60 and D4. RGB value is (227,96,212). Sum of RGB (Red+Green+Blue) = 227+96+212=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E360D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360D4 is #1C9F2B. Grayscale: #949494. Windows color (decimal): -1875756 or 13918435. OLE color: 13918435.

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

Color convert

RGB 227 96 212 -
CMYK 0 0.58 0.07 0.11
HSL 306.87º 0.7% 0.63% -
HSV(B) 306.87º 0.58% 0.89% -
XYZ 47.75 29.45 65.46 -
YUV 148.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 227 96 212 0 0.58 0.07 0.11 306.87 0.7 0.63
Hex E3 60 D4 0 3A 7 B 133 46 3F
Octal 343 140 324 0 72 7 13 463 106 77
Binary 11100011 1100000 11010100 0 111010 111 1011 100110011 1000110 111111

Color Harmonies of #E360D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E360D4

Black with #E360D4

Text Example


Text Example

White with #E360D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E360D4; }

 p { color: rgb(227,96,212); }

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

background-color css

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

 a { background-color: rgb(227,96,212); }

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

border-color css

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

 span { border-color: rgb(227,96,212); }

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