Html Css Color HEX #E762D6 Free Speech Magenta

📋 copy color: '#E762D6'

red 231 ◦ green 98 ◦ blue 214

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

Shades of Free Speech Magenta #E762D6

Tints of Free Speech Magenta #E762D6

RGB

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

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

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

R = 42.54%
G = 18.05%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E762D6 (or 0xE762D6) is known color: Free Speech Magenta. HEX triplet: E7, 62 and D6. RGB value is (231,98,214). Sum of RGB (Red+Green+Blue) = 231+98+214=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E762D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762D6 is #189D29. Grayscale: #969696. Windows color (decimal): -1613098 or 14050023. OLE color: 14050023.

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

Color convert

RGB 231 98 214 -
CMYK 0 0.58 0.07 0.09
HSL 307.67º 0.73% 0.65% -
HSV(B) 307.67º 0.58% 0.91% -
XYZ 49.46 30.58 66.91 -
YUV 150.99 163.56 185.07 -
System Red Green Blue C M Y K H S L
Decimal 231 98 214 0 0.58 0.07 0.09 307.67 0.73 0.65
Hex E7 62 D6 0 3A 7 9 134 49 41
Octal 347 142 326 0 72 7 11 464 111 101
Binary 11100111 1100010 11010110 0 111010 111 1001 100110100 1001001 1000001

Color Harmonies of #E762D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E762D6

Black with #E762D6

Text Example


Text Example

White with #E762D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E762D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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