Html Css Color HEX #E13CE4 Free Speech Magenta

📋 copy color: '#E13CE4'

red 225 ◦ green 60 ◦ blue 228

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

Shades of Free Speech Magenta #E13CE4

Tints of Free Speech Magenta #E13CE4

RGB

 RED value IS 225 (88.28% from 255) = 43.86%

 GREEN value IS 60 (23.83% from 255) = 11.7%

 BLUE value IS 228 (89.45% from 255) = 44.44%

R = 43.86%
G = 11.7%
B = 44.44%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E13CE4 (or 0xE13CE4) is known color: Free Speech Magenta. HEX triplet: E1, 3C and E4. RGB value is (225,60,228). Sum of RGB (Red+Green+Blue) = 225+60+228=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #E13CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CE4 is #1EC31B. Grayscale: #7F7F7F. Windows color (decimal): -2016028 or 14957793. OLE color: 14957793.

HSL color Cylindrical-coordinate representation of color #E13CE4: hue angle of 298.93º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13CE4 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 60 228 -
CMYK 0.01 0.74 0 0.11
HSL 298.93º 0.76% 0.56% -
HSV(B) 298.93º 0.74% 0.89% -
XYZ 46.67 24.84 75.73 -
YUV 128.49 184.16 196.84 -
System Red Green Blue C M Y K H S L
Decimal 225 60 228 0.01 0.74 0 0.11 298.93 0.76 0.56
Hex E1 3C E4 1 4A 0 B 12B 4C 38
Octal 341 74 344 1 112 0 13 453 114 70
Binary 11100001 111100 11100100 1 1001010 0 1011 100101011 1001100 111000

Color Harmonies of #E13CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CE4

Black with #E13CE4

Text Example


Text Example

White with #E13CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CE4; }

 p { color: rgb(225,60,228); }

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

background-color css

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

 a { background-color: rgb(225,60,228); }

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

border-color css

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

 span { border-color: rgb(225,60,228); }

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