Html Css Color HEX #EC7DBE Persian Pink

📋 copy color: '#EC7DBE'

red 236 ◦ green 125 ◦ blue 190

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

Shades of Persian Pink #EC7DBE

Tints of Persian Pink #EC7DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.69%

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

R = 42.83%
G = 22.69%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC7DBE (or 0xEC7DBE) is known color: Persian Pink. HEX triplet: EC, 7D and BE. RGB value is (236,125,190). Sum of RGB (Red+Green+Blue) = 236+125+190=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DBE is #138241. Grayscale: #A5A5A5. Windows color (decimal): -1278530 or 12484076. OLE color: 12484076.

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

Color convert

RGB 236 125 190 -
CMYK 0 0.47 0.19 0.07
HSL 324.86º 0.74% 0.71% -
HSV(B) 324.86º 0.47% 0.93% -
XYZ 51.22 36.22 53.01 -
YUV 165.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 236 125 190 0 0.47 0.19 0.07 324.86 0.74 0.71
Hex EC 7D BE 0 2F 13 7 145 4A 47
Octal 354 175 276 0 57 23 7 505 112 107
Binary 11101100 1111101 10111110 0 101111 10011 111 101000101 1001010 1000111

Color Harmonies of #EC7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DBE

Black with #EC7DBE

Text Example


Text Example

White with #EC7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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