Html Css Color HEX #EC7DBB Persian Pink

📋 copy color: '#EC7DBB'

red 236 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #EC7DBB

Tints of Persian Pink #EC7DBB

RGB

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

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

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

R = 43.07%
G = 22.81%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC7DBB (or 0xEC7DBB) is known color: Persian Pink. HEX triplet: EC, 7D and BB. RGB value is (236,125,187). Sum of RGB (Red+Green+Blue) = 236+125+187=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DBB is #138244. Grayscale: #A5A5A5. Windows color (decimal): -1278533 or 12287468. OLE color: 12287468.

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

Color convert

RGB 236 125 187 -
CMYK 0 0.47 0.21 0.07
HSL 326.49º 0.74% 0.71% -
HSV(B) 326.49º 0.47% 0.93% -
XYZ 50.9 36.09 51.3 -
YUV 165.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 236 125 187 0 0.47 0.21 0.07 326.49 0.74 0.71
Hex EC 7D BB 0 2F 15 7 146 4A 47
Octal 354 175 273 0 57 25 7 506 112 107
Binary 11101100 1111101 10111011 0 101111 10101 111 101000110 1001010 1000111

Color Harmonies of #EC7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DBB

Black with #EC7DBB

Text Example


Text Example

White with #EC7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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