Html Css Color HEX #EA48DB Free Speech Magenta

📋 copy color: '#EA48DB'

red 234 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Magenta #EA48DB

Tints of Free Speech Magenta #EA48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.71%

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

R = 44.57%
G = 13.71%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA48DB (or 0xEA48DB) is known color: Free Speech Magenta. HEX triplet: EA, 48 and DB. RGB value is (234,72,219). Sum of RGB (Red+Green+Blue) = 234+72+219=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 72 (28.52% from 255 or 13.71% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA48DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA48DB is #15B724. Grayscale: #888888. Windows color (decimal): -1423141 or 14371050. OLE color: 14371050.

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

Color convert

RGB 234 72 219 -
CMYK 0 0.69 0.06 0.08
HSL 305.56º 0.79% 0.6% -
HSV(B) 305.56º 0.69% 0.92% -
XYZ 49.04 27.24 69.69 -
YUV 137.2 174.17 197.05 -
System Red Green Blue C M Y K H S L
Decimal 234 72 219 0 0.69 0.06 0.08 305.56 0.79 0.6
Hex EA 48 DB 0 45 6 8 132 4F 3C
Octal 352 110 333 0 105 6 10 462 117 74
Binary 11101010 1001000 11011011 0 1000101 110 1000 100110010 1001111 111100

Color Harmonies of #EA48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA48DB

Black with #EA48DB

Text Example


Text Example

White with #EA48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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