Html Css Color HEX #EC7DB3 Persian Pink

📋 copy color: '#EC7DB3'

red 236 ◦ green 125 ◦ blue 179

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

Shades of Persian Pink #EC7DB3

Tints of Persian Pink #EC7DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.15%

R = 43.7%
G = 23.15%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC7DB3 (or 0xEC7DB3) is known color: Persian Pink. HEX triplet: EC, 7D and B3. RGB value is (236,125,179). Sum of RGB (Red+Green+Blue) = 236+125+179=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DB3 is #13824C. Grayscale: #A4A4A4. Windows color (decimal): -1278541 or 11763180. OLE color: 11763180.

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

Color convert

RGB 236 125 179 -
CMYK 0 0.47 0.24 0.07
HSL 330.81º 0.74% 0.71% -
HSV(B) 330.81º 0.47% 0.93% -
XYZ 50.06 35.75 46.91 -
YUV 164.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 236 125 179 0 0.47 0.24 0.07 330.81 0.74 0.71
Hex EC 7D B3 0 2F 18 7 14B 4A 47
Octal 354 175 263 0 57 30 7 513 112 107
Binary 11101100 1111101 10110011 0 101111 11000 111 101001011 1001010 1000111

Color Harmonies of #EC7DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DB3

Black with #EC7DB3

Text Example


Text Example

White with #EC7DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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