Html Css Color HEX #E763DB Free Speech Magenta

📋 copy color: '#E763DB'

red 231 ◦ green 99 ◦ blue 219

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

Shades of Free Speech Magenta #E763DB

Tints of Free Speech Magenta #E763DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.03%

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

R = 42.08%
G = 18.03%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E763DB (or 0xE763DB) is known color: Free Speech Magenta. HEX triplet: E7, 63 and DB. RGB value is (231,99,219). Sum of RGB (Red+Green+Blue) = 231+99+219=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E763DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E763DB is #189C24. Grayscale: #979797. Windows color (decimal): -1612837 or 14377959. OLE color: 14377959.

HSL color Cylindrical-coordinate representation of color #E763DB: hue angle of 305.45º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E763DB is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 99 219 -
CMYK 0 0.57 0.05 0.09
HSL 305.45º 0.73% 0.65% -
HSV(B) 305.45º 0.57% 0.91% -
XYZ 50.2 31.03 70.36 -
YUV 152.15 165.73 184.24 -
System Red Green Blue C M Y K H S L
Decimal 231 99 219 0 0.57 0.05 0.09 305.45 0.73 0.65
Hex E7 63 DB 0 39 5 9 131 49 41
Octal 347 143 333 0 71 5 11 461 111 101
Binary 11100111 1100011 11011011 0 111001 101 1001 100110001 1001001 1000001

Color Harmonies of #E763DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E763DB

Black with #E763DB

Text Example


Text Example

White with #E763DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E763DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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