Html Css Color HEX #E742DD Free Speech Magenta

📋 copy color: '#E742DD'

red 231 ◦ green 66 ◦ blue 221

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

Shades of Free Speech Magenta #E742DD

Tints of Free Speech Magenta #E742DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 44.59%
G = 12.74%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E742DD (or 0xE742DD) is known color: Free Speech Magenta. HEX triplet: E7, 42 and DD. RGB value is (231,66,221). Sum of RGB (Red+Green+Blue) = 231+66+221=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E742DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E742DD is #18BD22. Grayscale: #848484. Windows color (decimal): -1621283 or 14500583. OLE color: 14500583.

HSL color Cylindrical-coordinate representation of color #E742DD: hue angle of 303.64º 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 #E742DD is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 66 221 -
CMYK 0 0.71 0.04 0.09
HSL 303.64º 0.77% 0.58% -
HSV(B) 303.64º 0.71% 0.91% -
XYZ 47.95 26.11 70.92 -
YUV 133.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 231 66 221 0 0.71 0.04 0.09 303.64 0.77 0.58
Hex E7 42 DD 0 47 4 9 130 4D 3A
Octal 347 102 335 0 107 4 11 460 115 72
Binary 11100111 1000010 11011101 0 1000111 100 1001 100110000 1001101 111010

Color Harmonies of #E742DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E742DD

Black with #E742DD

Text Example


Text Example

White with #E742DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E742DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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