Html Css Color HEX #E65CD2 Free Speech Magenta

📋 copy color: '#E65CD2'

red 230 ◦ green 92 ◦ blue 210

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

Shades of Free Speech Magenta #E65CD2

Tints of Free Speech Magenta #E65CD2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.29%

 BLUE value IS 210 (82.42% from 255) = 39.47%

R = 43.23%
G = 17.29%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E65CD2 (or 0xE65CD2) is known color: Free Speech Magenta. HEX triplet: E6, 5C and D2. RGB value is (230,92,210). Sum of RGB (Red+Green+Blue) = 230+92+210=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CD2 is #19A32D. Grayscale: #929292. Windows color (decimal): -1680174 or 13786342. OLE color: 13786342.

HSL color Cylindrical-coordinate representation of color #E65CD2: hue angle of 308.7º 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 #E65CD2 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 92 210 -
CMYK 0 0.60 0.09 0.10
HSL 308.7º 0.73% 0.63% -
HSV(B) 308.7º 0.6% 0.9% -
XYZ 48.09 29.13 64.06 -
YUV 146.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 230 92 210 0 0.60 0.09 0.10 308.7 0.73 0.63
Hex E6 5C D2 0 3C 9 A 135 49 3F
Octal 346 134 322 0 74 11 12 465 111 77
Binary 11100110 1011100 11010010 0 111100 1001 1010 100110101 1001001 111111

Color Harmonies of #E65CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65CD2

Black with #E65CD2

Text Example


Text Example

White with #E65CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65CD2; }

 p { color: rgb(230,92,210); }

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

background-color css

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

 a { background-color: rgb(230,92,210); }

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

border-color css

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

 span { border-color: rgb(230,92,210); }

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