Html Css Color HEX #E962D6 Free Speech Magenta

📋 copy color: '#E962D6'

red 233 ◦ green 98 ◦ blue 214

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

Shades of Free Speech Magenta #E962D6

Tints of Free Speech Magenta #E962D6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.98%

 BLUE value IS 214 (83.98% from 255) = 39.27%

R = 42.75%
G = 17.98%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E962D6 (or 0xE962D6) is known color: Free Speech Magenta. HEX triplet: E9, 62 and D6. RGB value is (233,98,214). Sum of RGB (Red+Green+Blue) = 233+98+214=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 98 (38.67% from 255 or 17.98% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E962D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E962D6 is #169D29. Grayscale: #979797. Windows color (decimal): -1482026 or 14050025. OLE color: 14050025.

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

Color convert

RGB 233 98 214 -
CMYK 0 0.58 0.08 0.09
HSL 308.44º 0.75% 0.65% -
HSV(B) 308.44º 0.58% 0.91% -
XYZ 50.11 30.91 66.94 -
YUV 151.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 233 98 214 0 0.58 0.08 0.09 308.44 0.75 0.65
Hex E9 62 D6 0 3A 8 9 134 4B 41
Octal 351 142 326 0 72 10 11 464 113 101
Binary 11101001 1100010 11010110 0 111010 1000 1001 100110100 1001011 1000001

Color Harmonies of #E962D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E962D6

Black with #E962D6

Text Example


Text Example

White with #E962D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E962D6; }

 p { color: rgb(233,98,214); }

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

background-color css

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

 a { background-color: rgb(233,98,214); }

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

border-color css

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

 span { border-color: rgb(233,98,214); }

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