Html Css Color HEX #E669C7 Free Speech Magenta

📋 copy color: '#E669C7'

red 230 ◦ green 105 ◦ blue 199

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

Shades of Free Speech Magenta #E669C7

Tints of Free Speech Magenta #E669C7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.66%

 BLUE value IS 199 (78.13% from 255) = 37.27%

R = 43.07%
G = 19.66%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E669C7 (or 0xE669C7) is known color: Free Speech Magenta. HEX triplet: E6, 69 and C7. RGB value is (230,105,199). Sum of RGB (Red+Green+Blue) = 230+105+199=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E669C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669C7 is #199638. Grayscale: #989898. Windows color (decimal): -1676857 or 13068774. OLE color: 13068774.

HSL color Cylindrical-coordinate representation of color #E669C7: hue angle of 314.88º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669C7 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 199 -
CMYK 0 0.54 0.13 0.10
HSL 314.88º 0.71% 0.66% -
HSV(B) 314.88º 0.54% 0.9% -
XYZ 47.99 31.05 57.5 -
YUV 153.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 230 105 199 0 0.54 0.13 0.10 314.88 0.71 0.66
Hex E6 69 C7 0 36 D A 13B 47 42
Octal 346 151 307 0 66 15 12 473 107 102
Binary 11100110 1101001 11000111 0 110110 1101 1010 100111011 1000111 1000010

Color Harmonies of #E669C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E669C7

Black with #E669C7

Text Example


Text Example

White with #E669C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E669C7; }

 p { color: rgb(230,105,199); }

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

background-color css

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

 a { background-color: rgb(230,105,199); }

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

border-color css

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

 span { border-color: rgb(230,105,199); }

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