Html Css Color HEX #E13CCF Free Speech Magenta

📋 copy color: '#E13CCF'

red 225 ◦ green 60 ◦ blue 207

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

Shades of Free Speech Magenta #E13CCF

Tints of Free Speech Magenta #E13CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 45.73%
G = 12.2%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E13CCF (or 0xE13CCF) is known color: Free Speech Magenta. HEX triplet: E1, 3C and CF. RGB value is (225,60,207). Sum of RGB (Red+Green+Blue) = 225+60+207=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CCF is #1EC330. Grayscale: #7D7D7D. Windows color (decimal): -2016049 or 13581537. OLE color: 13581537.

HSL color Cylindrical-coordinate representation of color #E13CCF: hue angle of 306.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13CCF is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 60 207 -
CMYK 0 0.73 0.08 0.12
HSL 306.55º 0.73% 0.56% -
HSV(B) 306.55º 0.73% 0.88% -
XYZ 43.93 23.74 61.3 -
YUV 126.09 173.66 198.55 -
System Red Green Blue C M Y K H S L
Decimal 225 60 207 0 0.73 0.08 0.12 306.55 0.73 0.56
Hex E1 3C CF 0 49 8 C 133 49 38
Octal 341 74 317 0 111 10 14 463 111 70
Binary 11100001 111100 11001111 0 1001001 1000 1100 100110011 1001001 111000

Color Harmonies of #E13CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CCF

Black with #E13CCF

Text Example


Text Example

White with #E13CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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