Html Css Color HEX #E767E7 Free Speech Magenta

📋 copy color: '#E767E7'

red 231 ◦ green 103 ◦ blue 231

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

Shades of Free Speech Magenta #E767E7

Tints of Free Speech Magenta #E767E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.88%

R = 40.88%
G = 18.23%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E767E7 (or 0xE767E7) is known color: Free Speech Magenta. HEX triplet: E7, 67 and E7. RGB value is (231,103,231). Sum of RGB (Red+Green+Blue) = 231+103+231=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 103 (40.62% from 255 or 18.23% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: red, blue. Hex color #E767E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E767E7 is #189818. Grayscale: #9B9B9B. Windows color (decimal): -1611801 or 15165415. OLE color: 15165415.

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

Color convert

RGB 231 103 231 -
CMYK 0 0.55 0 0.09
HSL 300º 0.73% 0.65% -
HSV(B) 300º 0.55% 0.91% -
XYZ 52.23 32.46 79.11 -
YUV 155.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 231 103 231 0 0.55 0 0.09 300 0.73 0.65
Hex E7 67 E7 0 37 0 9 12C 49 41
Octal 347 147 347 0 67 0 11 454 111 101
Binary 11100111 1100111 11100111 0 110111 0 1001 100101100 1001001 1000001

Color Harmonies of #E767E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E767E7

Black with #E767E7

Text Example


Text Example

White with #E767E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E767E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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