#EA69DD

Color #EA69DD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EA69DD

Tints of Free Speech Magenta #EA69DD

Color information

#EA69DD (or 0xEA69DD) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 69 and DD. RGB value is (234,105,221). Sum of RGB (Red+Green+Blue) = 234+105+221=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA69DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA69DD is #159622. Grayscale: #9C9C9C. Windows color (decimal): -1414691 or 14510570. OLE color: 14510570.

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

Color convert

RGB234105221-
CMYK00.550.060.08
HSL306.05º75.44%66.47%-
HSV(B)306.05º55.13%91.76%-
XYZ52.0332.8272-
YUV156.8164.24183.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 105 (41.41% from 255) = 18.75%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=41.79%
G=18.75%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410522100.550.060.08306.0575.4466.47
HexEA69DD037681324b42
Octal352151335067610462113102
Binary111010101101001110111010110111110100010011001010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA69DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA69DD; }

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

 H1.HeaderClassName
 {
   color: #EA69DD;
 }
 .AnyTagClassName
 {
   color: #EA69DD;
 }
</style>
background-color css

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

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

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

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

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

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