Html Css Color HEX #E760DE Free Speech Magenta

📋 copy color: '#E760DE'

red 231 ◦ green 96 ◦ blue 222

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

Shades of Free Speech Magenta #E760DE

Tints of Free Speech Magenta #E760DE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.49%

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 42.08%
G = 17.49%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E760DE (or 0xE760DE) is known color: Free Speech Magenta. HEX triplet: E7, 60 and DE. RGB value is (231,96,222). Sum of RGB (Red+Green+Blue) = 231+96+222=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E760DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760DE is #189F21. Grayscale: #969696. Windows color (decimal): -1613602 or 14573799. OLE color: 14573799.

HSL color Cylindrical-coordinate representation of color #E760DE: hue angle of 304º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E760DE is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 96 222 -
CMYK 0 0.58 0.04 0.09
HSL 304º 0.74% 0.64% -
HSV(B) 304º 0.58% 0.91% -
XYZ 50.32 30.63 72.37 -
YUV 150.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 231 96 222 0 0.58 0.04 0.09 304 0.74 0.64
Hex E7 60 DE 0 3A 4 9 130 4A 40
Octal 347 140 336 0 72 4 11 460 112 100
Binary 11100111 1100000 11011110 0 111010 100 1001 100110000 1001010 1000000

Color Harmonies of #E760DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760DE

Black with #E760DE

Text Example


Text Example

White with #E760DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760DE; }

 p { color: rgb(231,96,222); }

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

background-color css

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

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

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

border-color css

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

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

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