Html Css Color HEX #E65AD4 Free Speech Magenta

📋 copy color: '#E65AD4'

red 230 ◦ green 90 ◦ blue 212

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

Shades of Free Speech Magenta #E65AD4

Tints of Free Speech Magenta #E65AD4

RGB

 RED value IS 230 (90.23% from 255) = 43.23%

 GREEN value IS 90 (35.55% from 255) = 16.92%

 BLUE value IS 212 (83.2% from 255) = 39.85%

R = 43.23%
G = 16.92%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E65AD4 (or 0xE65AD4) is known color: Free Speech Magenta. HEX triplet: E6, 5A and D4. RGB value is (230,90,212). Sum of RGB (Red+Green+Blue) = 230+90+212=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65AD4 is #19A52B. Grayscale: #919191. Windows color (decimal): -1680684 or 13916902. OLE color: 13916902.

HSL color Cylindrical-coordinate representation of color #E65AD4: hue angle of 307.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65AD4 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 90 212 -
CMYK 0 0.61 0.08 0.10
HSL 307.71º 0.74% 0.63% -
HSV(B) 307.71º 0.61% 0.9% -
XYZ 48.17 28.89 65.32 -
YUV 145.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 230 90 212 0 0.61 0.08 0.10 307.71 0.74 0.63
Hex E6 5A D4 0 3D 8 A 134 4A 3F
Octal 346 132 324 0 75 10 12 464 112 77
Binary 11100110 1011010 11010100 0 111101 1000 1010 100110100 1001010 111111

Color Harmonies of #E65AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65AD4

Black with #E65AD4

Text Example


Text Example

White with #E65AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65AD4; }

 p { color: rgb(230,90,212); }

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

background-color css

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

 a { background-color: rgb(230,90,212); }

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

border-color css

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

 span { border-color: rgb(230,90,212); }

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