Html Css Color HEX #E961DB Free Speech Magenta

📋 copy color: '#E961DB'

red 233 ◦ green 97 ◦ blue 219

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

Shades of Free Speech Magenta #E961DB

Tints of Free Speech Magenta #E961DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.67%

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 42.44%
G = 17.67%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E961DB (or 0xE961DB) is known color: Free Speech Magenta. HEX triplet: E9, 61 and DB. RGB value is (233,97,219). Sum of RGB (Red+Green+Blue) = 233+97+219=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 97 (38.28% from 255 or 17.67% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E961DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E961DB is #169E24. Grayscale: #979797. Windows color (decimal): -1482277 or 14377449. OLE color: 14377449.

HSL color Cylindrical-coordinate representation of color #E961DB: hue angle of 306.18º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E961DB is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 97 219 -
CMYK 0 0.58 0.06 0.09
HSL 306.18º 0.76% 0.65% -
HSV(B) 306.18º 0.58% 0.91% -
XYZ 50.67 30.99 70.33 -
YUV 151.57 166.06 186.08 -
System Red Green Blue C M Y K H S L
Decimal 233 97 219 0 0.58 0.06 0.09 306.18 0.76 0.65
Hex E9 61 DB 0 3A 6 9 132 4C 41
Octal 351 141 333 0 72 6 11 462 114 101
Binary 11101001 1100001 11011011 0 111010 110 1001 100110010 1001100 1000001

Color Harmonies of #E961DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E961DB

Black with #E961DB

Text Example


Text Example

White with #E961DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E961DB; }

 p { color: rgb(233,97,219); }

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

background-color css

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

 a { background-color: rgb(233,97,219); }

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

border-color css

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

 span { border-color: rgb(233,97,219); }

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