Html Css Color HEX #EA4ADB Free Speech Magenta

📋 copy color: '#EA4ADB'

red 234 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #EA4ADB

Tints of Free Speech Magenta #EA4ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.04%

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

R = 44.4%
G = 14.04%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA4ADB (or 0xEA4ADB) is known color: Free Speech Magenta. HEX triplet: EA, 4A and DB. RGB value is (234,74,219). Sum of RGB (Red+Green+Blue) = 234+74+219=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA4ADB is #15B524. Grayscale: #898989. Windows color (decimal): -1422629 or 14371562. OLE color: 14371562.

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

Color convert

RGB 234 74 219 -
CMYK 0 0.68 0.06 0.08
HSL 305.63º 0.79% 0.6% -
HSV(B) 305.63º 0.68% 0.92% -
XYZ 49.17 27.5 69.74 -
YUV 138.37 173.51 196.21 -
System Red Green Blue C M Y K H S L
Decimal 234 74 219 0 0.68 0.06 0.08 305.63 0.79 0.6
Hex EA 4A DB 0 44 6 8 132 4F 3C
Octal 352 112 333 0 104 6 10 462 117 74
Binary 11101010 1001010 11011011 0 1000100 110 1000 100110010 1001111 111100

Color Harmonies of #EA4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4ADB

Black with #EA4ADB

Text Example


Text Example

White with #EA4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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