Html Css Color HEX #EC74BB Persian Pink

📋 copy color: '#EC74BB'

red 236 ◦ green 116 ◦ blue 187

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

Shades of Persian Pink #EC74BB

Tints of Persian Pink #EC74BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 43.78%
G = 21.52%
B = 34.69%

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

#EC74BB (or 0xEC74BB) is known color: Persian Pink. HEX triplet: EC, 74 and BB. RGB value is (236,116,187). Sum of RGB (Red+Green+Blue) = 236+116+187=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74BB is #138B44. Grayscale: #9F9F9F. Windows color (decimal): -1280837 or 12285164. OLE color: 12285164.

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

Color convert

RGB 236 116 187 -
CMYK 0 0.51 0.21 0.07
HSL 324.5º 0.76% 0.69% -
HSV(B) 324.5º 0.51% 0.93% -
XYZ 49.81 33.91 50.93 -
YUV 159.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 236 116 187 0 0.51 0.21 0.07 324.5 0.76 0.69
Hex EC 74 BB 0 33 15 7 144 4C 45
Octal 354 164 273 0 63 25 7 504 114 105
Binary 11101100 1110100 10111011 0 110011 10101 111 101000100 1001100 1000101

Color Harmonies of #EC74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74BB

Black with #EC74BB

Text Example


Text Example

White with #EC74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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