Html Css Color HEX #EA5FDD Free Speech Magenta

📋 copy color: '#EA5FDD'

red 234 ◦ green 95 ◦ blue 221

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

Shades of Free Speech Magenta #EA5FDD

Tints of Free Speech Magenta #EA5FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.27%

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 42.55%
G = 17.27%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA5FDD (or 0xEA5FDD) is known color: Free Speech Magenta. HEX triplet: EA, 5F and DD. RGB value is (234,95,221). Sum of RGB (Red+Green+Blue) = 234+95+221=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5FDD is #15A022. Grayscale: #969696. Windows color (decimal): -1417251 or 14508010. OLE color: 14508010.

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

Color convert

RGB 234 95 221 -
CMYK 0 0.59 0.06 0.08
HSL 305.61º 0.77% 0.65% -
HSV(B) 305.61º 0.59% 0.92% -
XYZ 51.08 30.9 71.68 -
YUV 150.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 234 95 221 0 0.59 0.06 0.08 305.61 0.77 0.65
Hex EA 5F DD 0 3B 6 8 132 4D 41
Octal 352 137 335 0 73 6 10 462 115 101
Binary 11101010 1011111 11011101 0 111011 110 1000 100110010 1001101 1000001

Color Harmonies of #EA5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5FDD

Black with #EA5FDD

Text Example


Text Example

White with #EA5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5FDD; }

 p { color: rgb(234,95,221); }

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

background-color css

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

 a { background-color: rgb(234,95,221); }

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

border-color css

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

 span { border-color: rgb(234,95,221); }

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