Html Css Color HEX #E742ED Free Speech Magenta

📋 copy color: '#E742ED'

red 231 ◦ green 66 ◦ blue 237

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

Shades of Free Speech Magenta #E742ED

Tints of Free Speech Magenta #E742ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 43.26%
G = 12.36%
B = 44.38%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E742ED (or 0xE742ED) is known color: Free Speech Magenta. HEX triplet: E7, 42 and ED. RGB value is (231,66,237). Sum of RGB (Red+Green+Blue) = 231+66+237=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 66 (26.17% from 255 or 12.36% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #E742ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E742ED is #18BD12. Grayscale: #868686. Windows color (decimal): -1621267 or 15549159. OLE color: 15549159.

HSL color Cylindrical-coordinate representation of color #E742ED: hue angle of 297.89º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E742ED is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 66 237 -
CMYK 0.03 0.72 0 0.07
HSL 297.89º 0.83% 0.59% -
HSV(B) 297.89º 0.72% 0.93% -
XYZ 50.19 27 82.69 -
YUV 134.83 185.66 196.6 -
System Red Green Blue C M Y K H S L
Decimal 231 66 237 0.03 0.72 0 0.07 297.89 0.83 0.59
Hex E7 42 ED 3 48 0 7 12A 53 3B
Octal 347 102 355 3 110 0 7 452 123 73
Binary 11100111 1000010 11101101 11 1001000 0 111 100101010 1010011 111011

Color Harmonies of #E742ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E742ED

Black with #E742ED

Text Example


Text Example

White with #E742ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E742ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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