Html Css Color HEX #E767DC Free Speech Magenta

📋 copy color: '#E767DC'

red 231 ◦ green 103 ◦ blue 220

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

Shades of Free Speech Magenta #E767DC

Tints of Free Speech Magenta #E767DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 41.7%
G = 18.59%
B = 39.71%

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

#E767DC (or 0xE767DC) is known color: Free Speech Magenta. HEX triplet: E7, 67 and DC. RGB value is (231,103,220). Sum of RGB (Red+Green+Blue) = 231+103+220=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E767DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E767DC is #189823. Grayscale: #9A9A9A. Windows color (decimal): -1611812 or 14444519. OLE color: 14444519.

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

Color convert

RGB 231 103 220 -
CMYK 0 0.55 0.05 0.09
HSL 305.16º 0.73% 0.65% -
HSV(B) 305.16º 0.55% 0.91% -
XYZ 50.72 31.86 71.19 -
YUV 154.61 164.91 182.49 -
System Red Green Blue C M Y K H S L
Decimal 231 103 220 0 0.55 0.05 0.09 305.16 0.73 0.65
Hex E7 67 DC 0 37 5 9 131 49 41
Octal 347 147 334 0 67 5 11 461 111 101
Binary 11100111 1100111 11011100 0 110111 101 1001 100110001 1001001 1000001

Color Harmonies of #E767DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E767DC

Black with #E767DC

Text Example


Text Example

White with #E767DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E767DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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