Html Css Color HEX #E750DB Free Speech Magenta

📋 copy color: '#E750DB'

red 231 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #E750DB

Tints of Free Speech Magenta #E750DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.09%

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

R = 43.58%
G = 15.09%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E750DB (or 0xE750DB) is known color: Free Speech Magenta. HEX triplet: E7, 50 and DB. RGB value is (231,80,219). Sum of RGB (Red+Green+Blue) = 231+80+219=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E750DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750DB is #18AF24. Grayscale: #8C8C8C. Windows color (decimal): -1617701 or 14373095. OLE color: 14373095.

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

Color convert

RGB 231 80 219 -
CMYK 0 0.65 0.05 0.09
HSL 304.77º 0.76% 0.61% -
HSV(B) 304.77º 0.65% 0.91% -
XYZ 48.61 27.84 69.83 -
YUV 141 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 231 80 219 0 0.65 0.05 0.09 304.77 0.76 0.61
Hex E7 50 DB 0 41 5 9 131 4C 3D
Octal 347 120 333 0 101 5 11 461 114 75
Binary 11100111 1010000 11011011 0 1000001 101 1001 100110001 1001100 111101

Color Harmonies of #E750DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E750DB

Black with #E750DB

Text Example


Text Example

White with #E750DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E750DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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