#EA65D3

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

Shades of Free Speech Magenta #EA65D3

Tints of Free Speech Magenta #EA65D3

Color information

#EA65D3 (or 0xEA65D3) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 65 and D3. RGB value is (234,101,211). Sum of RGB (Red+Green+Blue) = 234+101+211=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA65D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA65D3 is #159A2C. Grayscale: #999999. Windows color (decimal): -1415725 or 13854186. OLE color: 13854186.

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

Color convert

RGB234101211-
CMYK00.570.100.08
HSL310.38º76%65.69%-
HSV(B)310.38º56.84%91.76%-
XYZ50.3431.565.06-
YUV153.31160.56185.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 101 (39.84% from 255) = 18.50%
BLUE value IS 211 (82.81% from 255) = 38.64%
R=42.86%
G=18.50%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410121100.570.100.08310.387665.69
HexEA65D3039A81364c42
Octal3521453230711210466114102
Binary1110101011001011101001101110011010100010011011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA65D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA65D3; }

 p { color: rgb(234,101,211); }

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

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

 a { background-color: rgb(234,101,211); }

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

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

 span { border-color: rgb(234,101,211); }

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