Html Css Color HEX #E767DB Free Speech Magenta

📋 copy color: '#E767DB'

red 231 ◦ green 103 ◦ blue 219

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

Shades of Free Speech Magenta #E767DB

Tints of Free Speech Magenta #E767DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.63%

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

R = 41.77%
G = 18.63%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E767DB (or 0xE767DB) is known color: Free Speech Magenta. HEX triplet: E7, 67 and DB. RGB value is (231,103,219). Sum of RGB (Red+Green+Blue) = 231+103+219=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 103 (40.62% from 255 or 18.63% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E767DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E767DB is #189824. Grayscale: #9A9A9A. Windows color (decimal): -1611813 or 14378983. OLE color: 14378983.

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

Color convert

RGB 231 103 219 -
CMYK 0 0.55 0.05 0.09
HSL 305.63º 0.73% 0.65% -
HSV(B) 305.63º 0.55% 0.91% -
XYZ 50.59 31.8 70.49 -
YUV 154.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 231 103 219 0 0.55 0.05 0.09 305.63 0.73 0.65
Hex E7 67 DB 0 37 5 9 132 49 41
Octal 347 147 333 0 67 5 11 462 111 101
Binary 11100111 1100111 11011011 0 110111 101 1001 100110010 1001001 1000001

Color Harmonies of #E767DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E767DB

Black with #E767DB

Text Example


Text Example

White with #E767DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E767DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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