Html Css Color HEX #E762C9 Free Speech Magenta

📋 copy color: '#E762C9'

red 231 ◦ green 98 ◦ blue 201

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

Shades of Free Speech Magenta #E762C9

Tints of Free Speech Magenta #E762C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 43.58%
G = 18.49%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E762C9 (or 0xE762C9) is known color: Free Speech Magenta. HEX triplet: E7, 62 and C9. RGB value is (231,98,201). Sum of RGB (Red+Green+Blue) = 231+98+201=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E762C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762C9 is #189D36. Grayscale: #959595. Windows color (decimal): -1613111 or 13198055. OLE color: 13198055.

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

Color convert

RGB 231 98 201 -
CMYK 0 0.58 0.13 0.09
HSL 313.53º 0.73% 0.65% -
HSV(B) 313.53º 0.58% 0.91% -
XYZ 47.87 29.94 58.51 -
YUV 149.51 157.06 186.12 -
System Red Green Blue C M Y K H S L
Decimal 231 98 201 0 0.58 0.13 0.09 313.53 0.73 0.65
Hex E7 62 C9 0 3A D 9 13A 49 41
Octal 347 142 311 0 72 15 11 472 111 101
Binary 11100111 1100010 11001001 0 111010 1101 1001 100111010 1001001 1000001

Color Harmonies of #E762C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E762C9

Black with #E762C9

Text Example


Text Example

White with #E762C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E762C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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