Html Css Color HEX #E963D3 Free Speech Magenta

📋 copy color: '#E963D3'

red 233 ◦ green 99 ◦ blue 211

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

Shades of Free Speech Magenta #E963D3

Tints of Free Speech Magenta #E963D3

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.23%

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 42.91%
G = 18.23%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E963D3 (or 0xE963D3) is known color: Free Speech Magenta. HEX triplet: E9, 63 and D3. RGB value is (233,99,211). Sum of RGB (Red+Green+Blue) = 233+99+211=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E963D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963D3 is #169C2C. Grayscale: #979797. Windows color (decimal): -1481773 or 13853673. OLE color: 13853673.

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

Color convert

RGB 233 99 211 -
CMYK 0 0.58 0.09 0.09
HSL 309.85º 0.75% 0.65% -
HSV(B) 309.85º 0.58% 0.91% -
XYZ 49.82 30.95 64.98 -
YUV 151.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 233 99 211 0 0.58 0.09 0.09 309.85 0.75 0.65
Hex E9 63 D3 0 3A 9 9 136 4B 41
Octal 351 143 323 0 72 11 11 466 113 101
Binary 11101001 1100011 11010011 0 111010 1001 1001 100110110 1001011 1000001

Color Harmonies of #E963D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963D3

Black with #E963D3

Text Example


Text Example

White with #E963D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963D3; }

 p { color: rgb(233,99,211); }

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

background-color css

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

 a { background-color: rgb(233,99,211); }

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

border-color css

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

 span { border-color: rgb(233,99,211); }

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