Html Css Color HEX #E65CCC Free Speech Magenta

📋 copy color: '#E65CCC'

red 230 ◦ green 92 ◦ blue 204

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

Shades of Free Speech Magenta #E65CCC

Tints of Free Speech Magenta #E65CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 43.73%
G = 17.49%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E65CCC (or 0xE65CCC) is known color: Free Speech Magenta. HEX triplet: E6, 5C and CC. RGB value is (230,92,204). Sum of RGB (Red+Green+Blue) = 230+92+204=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CCC is #19A333. Grayscale: #919191. Windows color (decimal): -1680180 or 13393126. OLE color: 13393126.

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

Color convert

RGB 230 92 204 -
CMYK 0 0.60 0.11 0.10
HSL 311.3º 0.73% 0.63% -
HSV(B) 311.3º 0.6% 0.9% -
XYZ 47.36 28.84 60.2 -
YUV 146.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 230 92 204 0 0.60 0.11 0.10 311.3 0.73 0.63
Hex E6 5C CC 0 3C B A 137 49 3F
Octal 346 134 314 0 74 13 12 467 111 77
Binary 11100110 1011100 11001100 0 111100 1011 1010 100110111 1001001 111111

Color Harmonies of #E65CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65CCC

Black with #E65CCC

Text Example


Text Example

White with #E65CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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