Html Css Color HEX #E65CCF Free Speech Magenta

📋 copy color: '#E65CCF'

red 230 ◦ green 92 ◦ blue 207

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

Shades of Free Speech Magenta #E65CCF

Tints of Free Speech Magenta #E65CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 43.48%
G = 17.39%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E65CCF (or 0xE65CCF) is known color: Free Speech Magenta. HEX triplet: E6, 5C and CF. RGB value is (230,92,207). Sum of RGB (Red+Green+Blue) = 230+92+207=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CCF is #19A330. Grayscale: #929292. Windows color (decimal): -1680177 or 13589734. OLE color: 13589734.

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

Color convert

RGB 230 92 207 -
CMYK 0 0.60 0.10 0.10
HSL 310º 0.73% 0.63% -
HSV(B) 310º 0.6% 0.9% -
XYZ 47.72 28.98 62.11 -
YUV 146.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 230 92 207 0 0.60 0.10 0.10 310 0.73 0.63
Hex E6 5C CF 0 3C A A 136 49 3F
Octal 346 134 317 0 74 12 12 466 111 77
Binary 11100110 1011100 11001111 0 111100 1010 1010 100110110 1001001 111111

Color Harmonies of #E65CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65CCF

Black with #E65CCF

Text Example


Text Example

White with #E65CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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