Html Css Color HEX #E65FCD Free Speech Magenta

📋 copy color: '#E65FCD'

red 230 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Magenta #E65FCD

Tints of Free Speech Magenta #E65FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.92%

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

R = 43.4%
G = 17.92%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E65FCD (or 0xE65FCD) is known color: Free Speech Magenta. HEX triplet: E6, 5F and CD. RGB value is (230,95,205). Sum of RGB (Red+Green+Blue) = 230+95+205=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FCD is #19A032. Grayscale: #939393. Windows color (decimal): -1679411 or 13459430. OLE color: 13459430.

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

Color convert

RGB 230 95 205 -
CMYK 0 0.59 0.11 0.10
HSL 311.11º 0.73% 0.64% -
HSV(B) 311.11º 0.59% 0.9% -
XYZ 47.74 29.42 60.92 -
YUV 147.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 230 95 205 0 0.59 0.11 0.10 311.11 0.73 0.64
Hex E6 5F CD 0 3B B A 137 49 40
Octal 346 137 315 0 73 13 12 467 111 100
Binary 11100110 1011111 11001101 0 111011 1011 1010 100110111 1001001 1000000

Color Harmonies of #E65FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FCD

Black with #E65FCD

Text Example


Text Example

White with #E65FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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