Html Css Color HEX #E963D0 Free Speech Magenta

📋 copy color: '#E963D0'

red 233 ◦ green 99 ◦ blue 208

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

Shades of Free Speech Magenta #E963D0

Tints of Free Speech Magenta #E963D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 43.15%
G = 18.33%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E963D0 (or 0xE963D0) is known color: Free Speech Magenta. HEX triplet: E9, 63 and D0. RGB value is (233,99,208). Sum of RGB (Red+Green+Blue) = 233+99+208=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E963D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963D0 is #169C2F. Grayscale: #979797. Windows color (decimal): -1481776 or 13657065. OLE color: 13657065.

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

Color convert

RGB 233 99 208 -
CMYK 0 0.58 0.11 0.09
HSL 311.19º 0.75% 0.65% -
HSV(B) 311.19º 0.58% 0.91% -
XYZ 49.45 30.8 63.01 -
YUV 151.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 233 99 208 0 0.58 0.11 0.09 311.19 0.75 0.65
Hex E9 63 D0 0 3A B 9 137 4B 41
Octal 351 143 320 0 72 13 11 467 113 101
Binary 11101001 1100011 11010000 0 111010 1011 1001 100110111 1001011 1000001

Color Harmonies of #E963D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963D0

Black with #E963D0

Text Example


Text Example

White with #E963D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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