Html Css Color HEX #E73CDD Free Speech Magenta

📋 copy color: '#E73CDD'

red 231 ◦ green 60 ◦ blue 221

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

Shades of Free Speech Magenta #E73CDD

Tints of Free Speech Magenta #E73CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.72%

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

R = 45.12%
G = 11.72%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E73CDD (or 0xE73CDD) is known color: Free Speech Magenta. HEX triplet: E7, 3C and DD. RGB value is (231,60,221). Sum of RGB (Red+Green+Blue) = 231+60+221=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E73CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73CDD is #18C322. Grayscale: #818181. Windows color (decimal): -1622819 or 14499047. OLE color: 14499047.

HSL color Cylindrical-coordinate representation of color #E73CDD: hue angle of 303.51º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73CDD is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 60 221 -
CMYK 0 0.74 0.04 0.09
HSL 303.51º 0.78% 0.57% -
HSV(B) 303.51º 0.74% 0.91% -
XYZ 47.62 25.44 70.81 -
YUV 129.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 231 60 221 0 0.74 0.04 0.09 303.51 0.78 0.57
Hex E7 3C DD 0 4A 4 9 130 4E 39
Octal 347 74 335 0 112 4 11 460 116 71
Binary 11100111 111100 11011101 0 1001010 100 1001 100110000 1001110 111001

Color Harmonies of #E73CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73CDD

Black with #E73CDD

Text Example


Text Example

White with #E73CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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