Html Css Color HEX #E669D4 Free Speech Magenta

📋 copy color: '#E669D4'

red 230 ◦ green 105 ◦ blue 212

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

Shades of Free Speech Magenta #E669D4

Tints of Free Speech Magenta #E669D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 42.05%
G = 19.2%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E669D4 (or 0xE669D4) is known color: Free Speech Magenta. HEX triplet: E6, 69 and D4. RGB value is (230,105,212). Sum of RGB (Red+Green+Blue) = 230+105+212=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E669D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669D4 is #19962B. Grayscale: #9A9A9A. Windows color (decimal): -1676844 or 13920742. OLE color: 13920742.

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

Color convert

RGB 230 105 212 -
CMYK 0 0.54 0.08 0.10
HSL 308.64º 0.71% 0.66% -
HSV(B) 308.64º 0.54% 0.9% -
XYZ 49.57 31.68 65.79 -
YUV 154.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 230 105 212 0 0.54 0.08 0.10 308.64 0.71 0.66
Hex E6 69 D4 0 36 8 A 135 47 42
Octal 346 151 324 0 66 10 12 465 107 102
Binary 11100110 1101001 11010100 0 110110 1000 1010 100110101 1000111 1000010

Color Harmonies of #E669D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E669D4

Black with #E669D4

Text Example


Text Example

White with #E669D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E669D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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