Html Css Color HEX #E742CD Free Speech Magenta

📋 copy color: '#E742CD'

red 231 ◦ green 66 ◦ blue 205

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

Shades of Free Speech Magenta #E742CD

Tints of Free Speech Magenta #E742CD

RGB

 RED value IS 231 (90.63% from 255) = 46.02%

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

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

R = 46.02%
G = 13.15%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E742CD (or 0xE742CD) is known color: Free Speech Magenta. HEX triplet: E7, 42 and CD. RGB value is (231,66,205). Sum of RGB (Red+Green+Blue) = 231+66+205=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E742CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E742CD is #18BD32. Grayscale: #828282. Windows color (decimal): -1621299 or 13452007. OLE color: 13452007.

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

Color convert

RGB 231 66 205 -
CMYK 0 0.71 0.11 0.09
HSL 309.45º 0.77% 0.58% -
HSV(B) 309.45º 0.71% 0.91% -
XYZ 45.92 25.29 60.22 -
YUV 131.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 231 66 205 0 0.71 0.11 0.09 309.45 0.77 0.58
Hex E7 42 CD 0 47 B 9 135 4D 3A
Octal 347 102 315 0 107 13 11 465 115 72
Binary 11100111 1000010 11001101 0 1000111 1011 1001 100110101 1001101 111010

Color Harmonies of #E742CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E742CD

Black with #E742CD

Text Example


Text Example

White with #E742CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E742CD; }

 p { color: rgb(231,66,205); }

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

background-color css

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

 a { background-color: rgb(231,66,205); }

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

border-color css

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

 span { border-color: rgb(231,66,205); }

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