Html Css Color HEX #EC74BA Persian Pink

📋 copy color: '#EC74BA'

red 236 ◦ green 116 ◦ blue 186

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

Shades of Persian Pink #EC74BA

Tints of Persian Pink #EC74BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 43.87%
G = 21.56%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC74BA (or 0xEC74BA) is known color: Persian Pink. HEX triplet: EC, 74 and BA. RGB value is (236,116,186). Sum of RGB (Red+Green+Blue) = 236+116+186=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74BA is #138B45. Grayscale: #9F9F9F. Windows color (decimal): -1280838 or 12219628. OLE color: 12219628.

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

Color convert

RGB 236 116 186 -
CMYK 0 0.51 0.21 0.07
HSL 325º 0.76% 0.69% -
HSV(B) 325º 0.51% 0.93% -
XYZ 49.7 33.87 50.37 -
YUV 159.86 142.76 182.31 -
System Red Green Blue C M Y K H S L
Decimal 236 116 186 0 0.51 0.21 0.07 325 0.76 0.69
Hex EC 74 BA 0 33 15 7 145 4C 45
Octal 354 164 272 0 63 25 7 505 114 105
Binary 11101100 1110100 10111010 0 110011 10101 111 101000101 1001100 1000101

Color Harmonies of #EC74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74BA

Black with #EC74BA

Text Example


Text Example

White with #EC74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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