Html Css Color HEX #E95DDD Free Speech Magenta

📋 copy color: '#E95DDD'

red 233 ◦ green 93 ◦ blue 221

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

Shades of Free Speech Magenta #E95DDD

Tints of Free Speech Magenta #E95DDD

RGB

 RED value IS 233 (91.41% from 255) = 42.6%

 GREEN value IS 93 (36.72% from 255) = 17%

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

R = 42.6%
G = 17%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E95DDD (or 0xE95DDD) is known color: Free Speech Magenta. HEX triplet: E9, 5D and DD. RGB value is (233,93,221). Sum of RGB (Red+Green+Blue) = 233+93+221=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DDD is #16A222. Grayscale: #959595. Windows color (decimal): -1483299 or 14507497. OLE color: 14507497.

HSL color Cylindrical-coordinate representation of color #E95DDD: hue angle of 305.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95DDD is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 93 221 -
CMYK 0 0.60 0.05 0.09
HSL 305.14º 0.76% 0.64% -
HSV(B) 305.14º 0.6% 0.91% -
XYZ 50.57 30.37 71.6 -
YUV 149.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 233 93 221 0 0.60 0.05 0.09 305.14 0.76 0.64
Hex E9 5D DD 0 3C 5 9 131 4C 40
Octal 351 135 335 0 74 5 11 461 114 100
Binary 11101001 1011101 11011101 0 111100 101 1001 100110001 1001100 1000000

Color Harmonies of #E95DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95DDD

Black with #E95DDD

Text Example


Text Example

White with #E95DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95DDD; }

 p { color: rgb(233,93,221); }

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

background-color css

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

 a { background-color: rgb(233,93,221); }

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

border-color css

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

 span { border-color: rgb(233,93,221); }

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