Html Css Color HEX #E762DB Free Speech Magenta

📋 copy color: '#E762DB'

red 231 ◦ green 98 ◦ blue 219

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

Shades of Free Speech Magenta #E762DB

Tints of Free Speech Magenta #E762DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 42.15%
G = 17.88%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E762DB (or 0xE762DB) is known color: Free Speech Magenta. HEX triplet: E7, 62 and DB. RGB value is (231,98,219). Sum of RGB (Red+Green+Blue) = 231+98+219=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E762DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762DB is #189D24. Grayscale: #979797. Windows color (decimal): -1613093 or 14377703. OLE color: 14377703.

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

Color convert

RGB 231 98 219 -
CMYK 0 0.58 0.05 0.09
HSL 305.41º 0.73% 0.65% -
HSV(B) 305.41º 0.58% 0.91% -
XYZ 50.11 30.84 70.33 -
YUV 151.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 231 98 219 0 0.58 0.05 0.09 305.41 0.73 0.65
Hex E7 62 DB 0 3A 5 9 131 49 41
Octal 347 142 333 0 72 5 11 461 111 101
Binary 11100111 1100010 11011011 0 111010 101 1001 100110001 1001001 1000001

Color Harmonies of #E762DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E762DB

Black with #E762DB

Text Example


Text Example

White with #E762DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E762DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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