Html Css Color HEX #E762D1 Free Speech Magenta

📋 copy color: '#E762D1'

red 231 ◦ green 98 ◦ blue 209

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

Shades of Free Speech Magenta #E762D1

Tints of Free Speech Magenta #E762D1

RGB

 RED value IS 231 (90.63% from 255) = 42.94%

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

 BLUE value IS 209 (82.03% from 255) = 38.85%

R = 42.94%
G = 18.22%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E762D1 (or 0xE762D1) is known color: Free Speech Magenta. HEX triplet: E7, 62 and D1. RGB value is (231,98,209). Sum of RGB (Red+Green+Blue) = 231+98+209=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 98 (38.67% from 255 or 18.22% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E762D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762D1 is #189D2E. Grayscale: #969696. Windows color (decimal): -1613103 or 13722343. OLE color: 13722343.

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

Color convert

RGB 231 98 209 -
CMYK 0 0.58 0.10 0.09
HSL 309.92º 0.73% 0.65% -
HSV(B) 309.92º 0.58% 0.91% -
XYZ 48.83 30.33 63.6 -
YUV 150.42 161.06 185.47 -
System Red Green Blue C M Y K H S L
Decimal 231 98 209 0 0.58 0.10 0.09 309.92 0.73 0.65
Hex E7 62 D1 0 3A A 9 136 49 41
Octal 347 142 321 0 72 12 11 466 111 101
Binary 11100111 1100010 11010001 0 111010 1010 1001 100110110 1001001 1000001

Color Harmonies of #E762D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E762D1

Black with #E762D1

Text Example


Text Example

White with #E762D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E762D1; }

 p { color: rgb(231,98,209); }

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

background-color css

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

 a { background-color: rgb(231,98,209); }

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

border-color css

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

 span { border-color: rgb(231,98,209); }

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