Html Css Color HEX #E65CBE Free Speech Magenta

📋 copy color: '#E65CBE'

red 230 ◦ green 92 ◦ blue 190

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

Shades of Free Speech Magenta #E65CBE

Tints of Free Speech Magenta #E65CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 44.92%
G = 17.97%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E65CBE (or 0xE65CBE) is known color: Free Speech Magenta. HEX triplet: E6, 5C and BE. RGB value is (230,92,190). Sum of RGB (Red+Green+Blue) = 230+92+190=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CBE is #19A341. Grayscale: #909090. Windows color (decimal): -1680194 or 12475622. OLE color: 12475622.

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

Color convert

RGB 230 92 190 -
CMYK 0 0.60 0.17 0.10
HSL 317.39º 0.73% 0.63% -
HSV(B) 317.39º 0.6% 0.9% -
XYZ 45.75 28.19 51.75 -
YUV 144.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 230 92 190 0 0.60 0.17 0.10 317.39 0.73 0.63
Hex E6 5C BE 0 3C 11 A 13D 49 3F
Octal 346 134 276 0 74 21 12 475 111 77
Binary 11100110 1011100 10111110 0 111100 10001 1010 100111101 1001001 111111

Color Harmonies of #E65CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65CBE

Black with #E65CBE

Text Example


Text Example

White with #E65CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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