Html Css Color HEX #E65EDE Free Speech Magenta

📋 copy color: '#E65EDE'

red 230 ◦ green 94 ◦ blue 222

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

Shades of Free Speech Magenta #E65EDE

Tints of Free Speech Magenta #E65EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.22%

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 42.12%
G = 17.22%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E65EDE (or 0xE65EDE) is known color: Free Speech Magenta. HEX triplet: E6, 5E and DE. RGB value is (230,94,222). Sum of RGB (Red+Green+Blue) = 230+94+222=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65EDE is #19A121. Grayscale: #949494. Windows color (decimal): -1679650 or 14573286. OLE color: 14573286.

HSL color Cylindrical-coordinate representation of color #E65EDE: hue angle of 303.53º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65EDE is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 94 222 -
CMYK 0 0.59 0.03 0.10
HSL 303.53º 0.73% 0.64% -
HSV(B) 303.53º 0.59% 0.9% -
XYZ 49.82 30.1 72.29 -
YUV 149.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 230 94 222 0 0.59 0.03 0.10 303.53 0.73 0.64
Hex E6 5E DE 0 3B 3 A 130 49 40
Octal 346 136 336 0 73 3 12 460 111 100
Binary 11100110 1011110 11011110 0 111011 11 1010 100110000 1001001 1000000

Color Harmonies of #E65EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65EDE

Black with #E65EDE

Text Example


Text Example

White with #E65EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65EDE; }

 p { color: rgb(230,94,222); }

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

background-color css

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

 a { background-color: rgb(230,94,222); }

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

border-color css

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

 span { border-color: rgb(230,94,222); }

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