Html Css Color HEX #E73BDD Free Speech Magenta

📋 copy color: '#E73BDD'

red 231 ◦ green 59 ◦ blue 221

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

Shades of Free Speech Magenta #E73BDD

Tints of Free Speech Magenta #E73BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.55%

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

R = 45.21%
G = 11.55%
B = 43.25%

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

#E73BDD (or 0xE73BDD) is known color: Free Speech Magenta. HEX triplet: E7, 3B and DD. RGB value is (231,59,221). Sum of RGB (Red+Green+Blue) = 231+59+221=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73BDD is #18C422. Grayscale: #808080. Windows color (decimal): -1623075 or 14498791. OLE color: 14498791.

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

Color convert

RGB 231 59 221 -
CMYK 0 0.74 0.04 0.09
HSL 303.49º 0.78% 0.57% -
HSV(B) 303.49º 0.74% 0.91% -
XYZ 47.57 25.34 70.79 -
YUV 128.9 179.98 200.83 -
System Red Green Blue C M Y K H S L
Decimal 231 59 221 0 0.74 0.04 0.09 303.49 0.78 0.57
Hex E7 3B DD 0 4A 4 9 12F 4E 39
Octal 347 73 335 0 112 4 11 457 116 71
Binary 11100111 111011 11011101 0 1001010 100 1001 100101111 1001110 111001

Color Harmonies of #E73BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73BDD

Black with #E73BDD

Text Example


Text Example

White with #E73BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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