Html Css Color HEX #EA46DB Free Speech Magenta

📋 copy color: '#EA46DB'

red 234 ◦ green 70 ◦ blue 219

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

Shades of Free Speech Magenta #EA46DB

Tints of Free Speech Magenta #EA46DB

RGB

 RED value IS 234 (91.8% from 255) = 44.74%

 GREEN value IS 70 (27.73% from 255) = 13.38%

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

R = 44.74%
G = 13.38%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA46DB (or 0xEA46DB) is known color: Free Speech Magenta. HEX triplet: EA, 46 and DB. RGB value is (234,70,219). Sum of RGB (Red+Green+Blue) = 234+70+219=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA46DB is #15B924. Grayscale: #878787. Windows color (decimal): -1423653 or 14370538. OLE color: 14370538.

HSL color Cylindrical-coordinate representation of color #EA46DB: hue angle of 305.49º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA46DB is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 219 -
CMYK 0 0.70 0.06 0.08
HSL 305.49º 0.8% 0.6% -
HSV(B) 305.49º 0.7% 0.92% -
XYZ 48.91 26.99 69.65 -
YUV 136.02 174.83 197.88 -
System Red Green Blue C M Y K H S L
Decimal 234 70 219 0 0.70 0.06 0.08 305.49 0.8 0.6
Hex EA 46 DB 0 46 6 8 131 50 3C
Octal 352 106 333 0 106 6 10 461 120 74
Binary 11101010 1000110 11011011 0 1000110 110 1000 100110001 1010000 111100

Color Harmonies of #EA46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA46DB

Black with #EA46DB

Text Example


Text Example

White with #EA46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA46DB; }

 p { color: rgb(234,70,219); }

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

background-color css

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

 a { background-color: rgb(234,70,219); }

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

border-color css

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

 span { border-color: rgb(234,70,219); }

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