Html Css Color HEX #EC74BD Persian Pink

📋 copy color: '#EC74BD'

red 236 ◦ green 116 ◦ blue 189

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

Shades of Persian Pink #EC74BD

Tints of Persian Pink #EC74BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.94%

R = 43.62%
G = 21.44%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC74BD (or 0xEC74BD) is known color: Persian Pink. HEX triplet: EC, 74 and BD. RGB value is (236,116,189). Sum of RGB (Red+Green+Blue) = 236+116+189=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74BD is #138B42. Grayscale: #A0A0A0. Windows color (decimal): -1280835 or 12416236. OLE color: 12416236.

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

Color convert

RGB 236 116 189 -
CMYK 0 0.51 0.20 0.07
HSL 323.5º 0.76% 0.69% -
HSV(B) 323.5º 0.51% 0.93% -
XYZ 50.02 34 52.07 -
YUV 160.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 236 116 189 0 0.51 0.20 0.07 323.5 0.76 0.69
Hex EC 74 BD 0 33 14 7 144 4C 45
Octal 354 164 275 0 63 24 7 504 114 105
Binary 11101100 1110100 10111101 0 110011 10100 111 101000100 1001100 1000101

Color Harmonies of #EC74BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74BD

Black with #EC74BD

Text Example


Text Example

White with #EC74BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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