Html Css Color HEX #E653CD Free Speech Magenta

📋 copy color: '#E653CD'

red 230 ◦ green 83 ◦ blue 205

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

Shades of Free Speech Magenta #E653CD

Tints of Free Speech Magenta #E653CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.02%

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 44.4%
G = 16.02%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E653CD (or 0xE653CD) is known color: Free Speech Magenta. HEX triplet: E6, 53 and CD. RGB value is (230,83,205). Sum of RGB (Red+Green+Blue) = 230+83+205=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E653CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E653CD is #19AC32. Grayscale: #8C8C8C. Windows color (decimal): -1682483 or 13456358. OLE color: 13456358.

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

Color convert

RGB 230 83 205 -
CMYK 0 0.64 0.11 0.10
HSL 310.2º 0.75% 0.61% -
HSV(B) 310.2º 0.64% 0.9% -
XYZ 46.75 27.42 60.59 -
YUV 140.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 230 83 205 0 0.64 0.11 0.10 310.2 0.75 0.61
Hex E6 53 CD 0 40 B A 136 4B 3D
Octal 346 123 315 0 100 13 12 466 113 75
Binary 11100110 1010011 11001101 0 1000000 1011 1010 100110110 1001011 111101

Color Harmonies of #E653CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E653CD

Black with #E653CD

Text Example


Text Example

White with #E653CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E653CD; }

 p { color: rgb(230,83,205); }

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

background-color css

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

 a { background-color: rgb(230,83,205); }

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

border-color css

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

 span { border-color: rgb(230,83,205); }

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