Html Css Color HEX #E766DB Free Speech Magenta

📋 copy color: '#E766DB'

red 231 ◦ green 102 ◦ blue 219

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

Shades of Free Speech Magenta #E766DB

Tints of Free Speech Magenta #E766DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.48%

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

R = 41.85%
G = 18.48%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E766DB (or 0xE766DB) is known color: Free Speech Magenta. HEX triplet: E7, 66 and DB. RGB value is (231,102,219). Sum of RGB (Red+Green+Blue) = 231+102+219=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E766DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766DB is #189924. Grayscale: #999999. Windows color (decimal): -1612069 or 14378727. OLE color: 14378727.

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

Color convert

RGB 231 102 219 -
CMYK 0 0.56 0.05 0.09
HSL 305.58º 0.73% 0.65% -
HSV(B) 305.58º 0.56% 0.91% -
XYZ 50.49 31.61 70.46 -
YUV 153.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 231 102 219 0 0.56 0.05 0.09 305.58 0.73 0.65
Hex E7 66 DB 0 38 5 9 132 49 41
Octal 347 146 333 0 70 5 11 462 111 101
Binary 11100111 1100110 11011011 0 111000 101 1001 100110010 1001001 1000001

Color Harmonies of #E766DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766DB

Black with #E766DB

Text Example


Text Example

White with #E766DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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