Html Css Color HEX #E65DCB Free Speech Magenta

📋 copy color: '#E65DCB'

red 230 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Magenta #E65DCB

Tints of Free Speech Magenta #E65DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.68%

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 43.73%
G = 17.68%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E65DCB (or 0xE65DCB) is known color: Free Speech Magenta. HEX triplet: E6, 5D and CB. RGB value is (230,93,203). Sum of RGB (Red+Green+Blue) = 230+93+203=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DCB is #19A234. Grayscale: #929292. Windows color (decimal): -1679925 or 13327846. OLE color: 13327846.

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

Color convert

RGB 230 93 203 -
CMYK 0 0.60 0.12 0.10
HSL 311.82º 0.73% 0.63% -
HSV(B) 311.82º 0.6% 0.9% -
XYZ 47.33 28.96 59.6 -
YUV 146.5 159.89 187.56 -
System Red Green Blue C M Y K H S L
Decimal 230 93 203 0 0.60 0.12 0.10 311.82 0.73 0.63
Hex E6 5D CB 0 3C C A 138 49 3F
Octal 346 135 313 0 74 14 12 470 111 77
Binary 11100110 1011101 11001011 0 111100 1100 1010 100111000 1001001 111111

Color Harmonies of #E65DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DCB

Black with #E65DCB

Text Example


Text Example

White with #E65DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DCB; }

 p { color: rgb(230,93,203); }

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

background-color css

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

 a { background-color: rgb(230,93,203); }

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

border-color css

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

 span { border-color: rgb(230,93,203); }

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