Html Css Color HEX #E83DDD Free Speech Magenta

📋 copy color: '#E83DDD'

red 232 ◦ green 61 ◦ blue 221

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

Shades of Free Speech Magenta #E83DDD

Tints of Free Speech Magenta #E83DDD

RGB

 RED value IS 232 (91.02% from 255) = 45.14%

 GREEN value IS 61 (24.22% from 255) = 11.87%

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

R = 45.14%
G = 11.87%
B = 43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E83DDD (or 0xE83DDD) is known color: Free Speech Magenta. HEX triplet: E8, 3D and DD. RGB value is (232,61,221). Sum of RGB (Red+Green+Blue) = 232+61+221=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 61 (24.22% from 255 or 11.87% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E83DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83DDD is #17C222. Grayscale: #818181. Windows color (decimal): -1557027 or 14499304. OLE color: 14499304.

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

Color convert

RGB 232 61 221 -
CMYK 0 0.74 0.05 0.09
HSL 303.86º 0.79% 0.57% -
HSV(B) 303.86º 0.74% 0.91% -
XYZ 48 25.71 70.84 -
YUV 130.37 179.15 200.49 -
System Red Green Blue C M Y K H S L
Decimal 232 61 221 0 0.74 0.05 0.09 303.86 0.79 0.57
Hex E8 3D DD 0 4A 5 9 130 4F 39
Octal 350 75 335 0 112 5 11 460 117 71
Binary 11101000 111101 11011101 0 1001010 101 1001 100110000 1001111 111001

Color Harmonies of #E83DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E83DDD

Black with #E83DDD

Text Example


Text Example

White with #E83DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E83DDD; }

 p { color: rgb(232,61,221); }

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

background-color css

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

 a { background-color: rgb(232,61,221); }

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

border-color css

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

 span { border-color: rgb(232,61,221); }

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