Html Css Color HEX #EC65CC Free Speech Magenta

📋 copy color: '#EC65CC'

red 236 ◦ green 101 ◦ blue 204

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

Shades of Free Speech Magenta #EC65CC

Tints of Free Speech Magenta #EC65CC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.67%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 43.62%
G = 18.67%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC65CC (or 0xEC65CC) is known color: Free Speech Magenta. HEX triplet: EC, 65 and CC. RGB value is (236,101,204). Sum of RGB (Red+Green+Blue) = 236+101+204=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65CC is #139A33. Grayscale: #989898. Windows color (decimal): -1284660 or 13395436. OLE color: 13395436.

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

Color convert

RGB 236 101 204 -
CMYK 0 0.57 0.14 0.07
HSL 314.22º 0.78% 0.66% -
HSV(B) 314.22º 0.57% 0.93% -
XYZ 50.14 31.5 60.56 -
YUV 153.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 236 101 204 0 0.57 0.14 0.07 314.22 0.78 0.66
Hex EC 65 CC 0 39 E 7 13A 4E 42
Octal 354 145 314 0 71 16 7 472 116 102
Binary 11101100 1100101 11001100 0 111001 1110 111 100111010 1001110 1000010

Color Harmonies of #EC65CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC65CC

Black with #EC65CC

Text Example


Text Example

White with #EC65CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC65CC; }

 p { color: rgb(236,101,204); }

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

background-color css

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

 a { background-color: rgb(236,101,204); }

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

border-color css

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

 span { border-color: rgb(236,101,204); }

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