Html Css Color HEX #EB68E1 Free Speech Magenta

📋 copy color: '#EB68E1'

red 235 ◦ green 104 ◦ blue 225

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

Shades of Free Speech Magenta #EB68E1

Tints of Free Speech Magenta #EB68E1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.44%

 BLUE value IS 225 (88.28% from 255) = 39.89%

R = 41.67%
G = 18.44%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB68E1 (or 0xEB68E1) is known color: Free Speech Magenta. HEX triplet: EB, 68 and E1. RGB value is (235,104,225). Sum of RGB (Red+Green+Blue) = 235+104+225=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68E1 is #14971E. Grayscale: #9C9C9C. Windows color (decimal): -1349407 or 14772459. OLE color: 14772459.

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

Color convert

RGB 235 104 225 -
CMYK 0 0.56 0.04 0.08
HSL 304.58º 0.77% 0.66% -
HSV(B) 304.58º 0.56% 0.92% -
XYZ 52.8 33 74.82 -
YUV 156.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 235 104 225 0 0.56 0.04 0.08 304.58 0.77 0.66
Hex EB 68 E1 0 38 4 8 131 4D 42
Octal 353 150 341 0 70 4 10 461 115 102
Binary 11101011 1101000 11100001 0 111000 100 1000 100110001 1001101 1000010

Color Harmonies of #EB68E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68E1

Black with #EB68E1

Text Example


Text Example

White with #EB68E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68E1; }

 p { color: rgb(235,104,225); }

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

background-color css

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

 a { background-color: rgb(235,104,225); }

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

border-color css

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

 span { border-color: rgb(235,104,225); }

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