Html Css Color HEX #E249CD Free Speech Magenta

📋 copy color: '#E249CD'

red 226 ◦ green 73 ◦ blue 205

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

Shades of Free Speech Magenta #E249CD

Tints of Free Speech Magenta #E249CD

RGB

 RED value IS 226 (88.67% from 255) = 44.84%

 GREEN value IS 73 (28.91% from 255) = 14.48%

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

R = 44.84%
G = 14.48%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E249CD (or 0xE249CD) is known color: Free Speech Magenta. HEX triplet: E2, 49 and CD. RGB value is (226,73,205). Sum of RGB (Red+Green+Blue) = 226+73+205=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E249CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249CD is #1DB632. Grayscale: #858585. Windows color (decimal): -1947187 or 13453794. OLE color: 13453794.

HSL color Cylindrical-coordinate representation of color #E249CD: hue angle of 308.24º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E249CD is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 73 205 -
CMYK 0 0.68 0.09 0.11
HSL 308.24º 0.73% 0.59% -
HSV(B) 308.24º 0.68% 0.89% -
XYZ 44.77 25.34 60.29 -
YUV 133.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 226 73 205 0 0.68 0.09 0.11 308.24 0.73 0.59
Hex E2 49 CD 0 44 9 B 134 49 3B
Octal 342 111 315 0 104 11 13 464 111 73
Binary 11100010 1001001 11001101 0 1000100 1001 1011 100110100 1001001 111011

Color Harmonies of #E249CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E249CD

Black with #E249CD

Text Example


Text Example

White with #E249CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E249CD; }

 p { color: rgb(226,73,205); }

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

background-color css

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

 a { background-color: rgb(226,73,205); }

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

border-color css

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

 span { border-color: rgb(226,73,205); }

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