Html Css Color HEX #E742DB Free Speech Magenta

📋 copy color: '#E742DB'

red 231 ◦ green 66 ◦ blue 219

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

Shades of Free Speech Magenta #E742DB

Tints of Free Speech Magenta #E742DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.79%

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

R = 44.77%
G = 12.79%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E742DB (or 0xE742DB) is known color: Free Speech Magenta. HEX triplet: E7, 42 and DB. RGB value is (231,66,219). Sum of RGB (Red+Green+Blue) = 231+66+219=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E742DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E742DB is #18BD24. Grayscale: #848484. Windows color (decimal): -1621285 or 14369511. OLE color: 14369511.

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

Color convert

RGB 231 66 219 -
CMYK 0 0.71 0.05 0.09
HSL 304.36º 0.77% 0.58% -
HSV(B) 304.36º 0.71% 0.91% -
XYZ 47.69 26 69.52 -
YUV 132.78 176.66 198.06 -
System Red Green Blue C M Y K H S L
Decimal 231 66 219 0 0.71 0.05 0.09 304.36 0.77 0.58
Hex E7 42 DB 0 47 5 9 130 4D 3A
Octal 347 102 333 0 107 5 11 460 115 72
Binary 11100111 1000010 11011011 0 1000111 101 1001 100110000 1001101 111010

Color Harmonies of #E742DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E742DB

Black with #E742DB

Text Example


Text Example

White with #E742DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E742DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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