Html Css Color HEX #E666EB Free Speech Magenta

📋 copy color: '#E666EB'

red 230 ◦ green 102 ◦ blue 235

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

Shades of Free Speech Magenta #E666EB

Tints of Free Speech Magenta #E666EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.99%

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 40.56%
G = 17.99%
B = 41.45%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E666EB (or 0xE666EB) is known color: Free Speech Magenta. HEX triplet: E6, 66 and EB. RGB value is (230,102,235). Sum of RGB (Red+Green+Blue) = 230+102+235=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #E666EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E666EB is #199914. Grayscale: #9B9B9B. Windows color (decimal): -1677589 or 15427302. OLE color: 15427302.

HSL color Cylindrical-coordinate representation of color #E666EB: hue angle of 297.74º 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 #E666EB is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 102 235 -
CMYK 0.02 0.57 0 0.08
HSL 297.74º 0.77% 0.66% -
HSV(B) 297.74º 0.57% 0.92% -
XYZ 52.38 32.32 82.08 -
YUV 155.43 172.91 181.19 -
System Red Green Blue C M Y K H S L
Decimal 230 102 235 0.02 0.57 0 0.08 297.74 0.77 0.66
Hex E6 66 EB 2 39 0 8 12A 4D 42
Octal 346 146 353 2 71 0 10 452 115 102
Binary 11100110 1100110 11101011 10 111001 0 1000 100101010 1001101 1000010

Color Harmonies of #E666EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E666EB

Black with #E666EB

Text Example


Text Example

White with #E666EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E666EB; }

 p { color: rgb(230,102,235); }

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

background-color css

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

 a { background-color: rgb(230,102,235); }

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

border-color css

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

 span { border-color: rgb(230,102,235); }

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