Html Css Color HEX #EC74C0 Persian Pink

📋 copy color: '#EC74C0'

red 236 ◦ green 116 ◦ blue 192

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

Shades of Persian Pink #EC74C0

Tints of Persian Pink #EC74C0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.32%

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 43.38%
G = 21.32%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC74C0 (or 0xEC74C0) is known color: Persian Pink. HEX triplet: EC, 74 and C0. RGB value is (236,116,192). Sum of RGB (Red+Green+Blue) = 236+116+192=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74C0 is #138B3F. Grayscale: #A0A0A0. Windows color (decimal): -1280832 or 12612844. OLE color: 12612844.

HSL color Cylindrical-coordinate representation of color #EC74C0: hue angle of 322º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC74C0 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 116 192 -
CMYK 0 0.51 0.19 0.07
HSL 322º 0.76% 0.69% -
HSV(B) 322º 0.51% 0.93% -
XYZ 50.35 34.13 53.8 -
YUV 160.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 236 116 192 0 0.51 0.19 0.07 322 0.76 0.69
Hex EC 74 C0 0 33 13 7 142 4C 45
Octal 354 164 300 0 63 23 7 502 114 105
Binary 11101100 1110100 11000000 0 110011 10011 111 101000010 1001100 1000101

Color Harmonies of #EC74C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74C0

Black with #EC74C0

Text Example


Text Example

White with #EC74C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74C0; }

 p { color: rgb(236,116,192); }

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

background-color css

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

 a { background-color: rgb(236,116,192); }

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

border-color css

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

 span { border-color: rgb(236,116,192); }

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