Html Css Color HEX #EC69D5 Free Speech Magenta

📋 copy color: '#EC69D5'

red 236 ◦ green 105 ◦ blue 213

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

Shades of Free Speech Magenta #EC69D5

Tints of Free Speech Magenta #EC69D5

RGB

 RED value IS 236 (92.58% from 255) = 42.6%

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

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 42.6%
G = 18.95%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC69D5 (or 0xEC69D5) is known color: Free Speech Magenta. HEX triplet: EC, 69 and D5. RGB value is (236,105,213). Sum of RGB (Red+Green+Blue) = 236+105+213=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69D5 is #13962A. Grayscale: #9C9C9C. Windows color (decimal): -1283627 or 13986284. OLE color: 13986284.

HSL color Cylindrical-coordinate representation of color #EC69D5: hue angle of 310.53º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC69D5 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 105 213 -
CMYK 0 0.56 0.10 0.07
HSL 310.53º 0.78% 0.67% -
HSV(B) 310.53º 0.56% 0.93% -
XYZ 51.65 32.74 66.55 -
YUV 156.48 159.9 184.72 -
System Red Green Blue C M Y K H S L
Decimal 236 105 213 0 0.56 0.10 0.07 310.53 0.78 0.67
Hex EC 69 D5 0 38 A 7 137 4E 43
Octal 354 151 325 0 70 12 7 467 116 103
Binary 11101100 1101001 11010101 0 111000 1010 111 100110111 1001110 1000011

Color Harmonies of #EC69D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC69D5

Black with #EC69D5

Text Example


Text Example

White with #EC69D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC69D5; }

 p { color: rgb(236,105,213); }

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

background-color css

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

 a { background-color: rgb(236,105,213); }

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

border-color css

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

 span { border-color: rgb(236,105,213); }

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