Html Css Color HEX #EC74BE Persian Pink

📋 copy color: '#EC74BE'

red 236 ◦ green 116 ◦ blue 190

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

Shades of Persian Pink #EC74BE

Tints of Persian Pink #EC74BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 43.54%
G = 21.4%
B = 35.06%

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

#EC74BE (or 0xEC74BE) is known color: Persian Pink. HEX triplet: EC, 74 and BE. RGB value is (236,116,190). Sum of RGB (Red+Green+Blue) = 236+116+190=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74BE is #138B41. Grayscale: #A0A0A0. Windows color (decimal): -1280834 or 12481772. OLE color: 12481772.

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

Color convert

RGB 236 116 190 -
CMYK 0 0.51 0.19 0.07
HSL 323º 0.76% 0.69% -
HSV(B) 323º 0.51% 0.93% -
XYZ 50.13 34.04 52.64 -
YUV 160.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 236 116 190 0 0.51 0.19 0.07 323 0.76 0.69
Hex EC 74 BE 0 33 13 7 143 4C 45
Octal 354 164 276 0 63 23 7 503 114 105
Binary 11101100 1110100 10111110 0 110011 10011 111 101000011 1001100 1000101

Color Harmonies of #EC74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74BE

Black with #EC74BE

Text Example


Text Example

White with #EC74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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