Html Css Color HEX #E144CE Free Speech Magenta

📋 copy color: '#E144CE'

red 225 ◦ green 68 ◦ blue 206

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

Shades of Free Speech Magenta #E144CE

Tints of Free Speech Magenta #E144CE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.63%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 45.09%
G = 13.63%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E144CE (or 0xE144CE) is known color: Free Speech Magenta. HEX triplet: E1, 44 and CE. RGB value is (225,68,206). Sum of RGB (Red+Green+Blue) = 225+68+206=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E144CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144CE is #1EBB31. Grayscale: #828282. Windows color (decimal): -2014002 or 13518049. OLE color: 13518049.

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

Color convert

RGB 225 68 206 -
CMYK 0 0.70 0.08 0.12
HSL 307.26º 0.72% 0.57% -
HSV(B) 307.26º 0.7% 0.88% -
XYZ 44.26 24.6 60.81 -
YUV 130.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 225 68 206 0 0.70 0.08 0.12 307.26 0.72 0.57
Hex E1 44 CE 0 46 8 C 133 48 39
Octal 341 104 316 0 106 10 14 463 110 71
Binary 11100001 1000100 11001110 0 1000110 1000 1100 100110011 1001000 111001

Color Harmonies of #E144CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144CE

Black with #E144CE

Text Example


Text Example

White with #E144CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144CE; }

 p { color: rgb(225,68,206); }

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

background-color css

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

 a { background-color: rgb(225,68,206); }

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

border-color css

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

 span { border-color: rgb(225,68,206); }

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