Html Css Color HEX #E442CE Free Speech Magenta

📋 copy color: '#E442CE'

red 228 ◦ green 66 ◦ blue 206

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

Shades of Free Speech Magenta #E442CE

Tints of Free Speech Magenta #E442CE

RGB

 RED value IS 228 (89.45% from 255) = 45.6%

 GREEN value IS 66 (26.17% from 255) = 13.2%

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

R = 45.6%
G = 13.2%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E442CE (or 0xE442CE) is known color: Free Speech Magenta. HEX triplet: E4, 42 and CE. RGB value is (228,66,206). Sum of RGB (Red+Green+Blue) = 228+66+206=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E442CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E442CE is #1BBD31. Grayscale: #828282. Windows color (decimal): -1817906 or 13517540. OLE color: 13517540.

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

Color convert

RGB 228 66 206 -
CMYK 0 0.71 0.10 0.11
HSL 308.15º 0.75% 0.58% -
HSV(B) 308.15º 0.71% 0.89% -
XYZ 45.08 24.85 60.81 -
YUV 130.4 170.67 197.62 -
System Red Green Blue C M Y K H S L
Decimal 228 66 206 0 0.71 0.10 0.11 308.15 0.75 0.58
Hex E4 42 CE 0 47 A B 134 4B 3A
Octal 344 102 316 0 107 12 13 464 113 72
Binary 11100100 1000010 11001110 0 1000111 1010 1011 100110100 1001011 111010

Color Harmonies of #E442CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E442CE

Black with #E442CE

Text Example


Text Example

White with #E442CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E442CE; }

 p { color: rgb(228,66,206); }

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

background-color css

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

 a { background-color: rgb(228,66,206); }

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

border-color css

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

 span { border-color: rgb(228,66,206); }

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