Html Css Color HEX #EC69D4 Free Speech Magenta

📋 copy color: '#EC69D4'

red 236 ◦ green 105 ◦ blue 212

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

Shades of Free Speech Magenta #EC69D4

Tints of Free Speech Magenta #EC69D4

RGB

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

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

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

R = 42.68%
G = 18.99%
B = 38.34%

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

#EC69D4 (or 0xEC69D4) is known color: Free Speech Magenta. HEX triplet: EC, 69 and D4. RGB value is (236,105,212). Sum of RGB (Red+Green+Blue) = 236+105+212=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69D4 is #13962B. Grayscale: #9C9C9C. Windows color (decimal): -1283628 or 13920748. OLE color: 13920748.

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

Color convert

RGB 236 105 212 -
CMYK 0 0.56 0.10 0.07
HSL 310.99º 0.78% 0.67% -
HSV(B) 310.99º 0.56% 0.93% -
XYZ 51.53 32.69 65.88 -
YUV 156.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 236 105 212 0 0.56 0.10 0.07 310.99 0.78 0.67
Hex EC 69 D4 0 38 A 7 137 4E 43
Octal 354 151 324 0 70 12 7 467 116 103
Binary 11101100 1101001 11010100 0 111000 1010 111 100110111 1001110 1000011

Color Harmonies of #EC69D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC69D4

Black with #EC69D4

Text Example


Text Example

White with #EC69D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC69D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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