Html Css Color HEX #E768D7 Free Speech Magenta

📋 copy color: '#E768D7'

red 231 ◦ green 104 ◦ blue 215

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

Shades of Free Speech Magenta #E768D7

Tints of Free Speech Magenta #E768D7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.91%

 BLUE value IS 215 (84.38% from 255) = 39.09%

R = 42%
G = 18.91%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E768D7 (or 0xE768D7) is known color: Free Speech Magenta. HEX triplet: E7, 68 and D7. RGB value is (231,104,215). Sum of RGB (Red+Green+Blue) = 231+104+215=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E768D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768D7 is #189728. Grayscale: #9A9A9A. Windows color (decimal): -1611561 or 14117095. OLE color: 14117095.

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

Color convert

RGB 231 104 215 -
CMYK 0 0.55 0.07 0.09
HSL 307.56º 0.73% 0.66% -
HSV(B) 307.56º 0.55% 0.91% -
XYZ 50.17 31.8 67.78 -
YUV 154.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 231 104 215 0 0.55 0.07 0.09 307.56 0.73 0.66
Hex E7 68 D7 0 37 7 9 134 49 42
Octal 347 150 327 0 67 7 11 464 111 102
Binary 11100111 1101000 11010111 0 110111 111 1001 100110100 1001001 1000010

Color Harmonies of #E768D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E768D7

Black with #E768D7

Text Example


Text Example

White with #E768D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E768D7; }

 p { color: rgb(231,104,215); }

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

background-color css

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

 a { background-color: rgb(231,104,215); }

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

border-color css

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

 span { border-color: rgb(231,104,215); }

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