Html Css Color HEX #EB65DF Free Speech Magenta

📋 copy color: '#EB65DF'

red 235 ◦ green 101 ◦ blue 223

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

Shades of Free Speech Magenta #EB65DF

Tints of Free Speech Magenta #EB65DF

RGB

 RED value IS 235 (92.19% from 255) = 42.04%

 GREEN value IS 101 (39.84% from 255) = 18.07%

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 42.04%
G = 18.07%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB65DF (or 0xEB65DF) is known color: Free Speech Magenta. HEX triplet: EB, 65 and DF. RGB value is (235,101,223). Sum of RGB (Red+Green+Blue) = 235+101+223=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB65DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB65DF is #149A20. Grayscale: #9A9A9A. Windows color (decimal): -1350177 or 14640619. OLE color: 14640619.

HSL color Cylindrical-coordinate representation of color #EB65DF: hue angle of 305.37º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB65DF is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 101 223 -
CMYK 0 0.57 0.05 0.08
HSL 305.37º 0.77% 0.66% -
HSV(B) 305.37º 0.57% 0.92% -
XYZ 52.23 32.3 73.29 -
YUV 154.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 235 101 223 0 0.57 0.05 0.08 305.37 0.77 0.66
Hex EB 65 DF 0 39 5 8 131 4D 42
Octal 353 145 337 0 71 5 10 461 115 102
Binary 11101011 1100101 11011111 0 111001 101 1000 100110001 1001101 1000010

Color Harmonies of #EB65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB65DF

Black with #EB65DF

Text Example


Text Example

White with #EB65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB65DF; }

 p { color: rgb(235,101,223); }

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

background-color css

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

 a { background-color: rgb(235,101,223); }

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

border-color css

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

 span { border-color: rgb(235,101,223); }

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