Html Css Color HEX #E65DD4 Free Speech Magenta

📋 copy color: '#E65DD4'

red 230 ◦ green 93 ◦ blue 212

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

Shades of Free Speech Magenta #E65DD4

Tints of Free Speech Magenta #E65DD4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.38%

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

R = 42.99%
G = 17.38%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E65DD4 (or 0xE65DD4) is known color: Free Speech Magenta. HEX triplet: E6, 5D and D4. RGB value is (230,93,212). Sum of RGB (Red+Green+Blue) = 230+93+212=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DD4 is #19A22B. Grayscale: #939393. Windows color (decimal): -1679916 or 13917670. OLE color: 13917670.

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

Color convert

RGB 230 93 212 -
CMYK 0 0.60 0.08 0.10
HSL 307.88º 0.73% 0.63% -
HSV(B) 307.88º 0.6% 0.9% -
XYZ 48.43 29.41 65.41 -
YUV 147.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 230 93 212 0 0.60 0.08 0.10 307.88 0.73 0.63
Hex E6 5D D4 0 3C 8 A 134 49 3F
Octal 346 135 324 0 74 10 12 464 111 77
Binary 11100110 1011101 11010100 0 111100 1000 1010 100110100 1001001 111111

Color Harmonies of #E65DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DD4

Black with #E65DD4

Text Example


Text Example

White with #E65DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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