Html Css Color HEX #EC7BBD Persian Pink

📋 copy color: '#EC7BBD'

red 236 ◦ green 123 ◦ blue 189

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

Shades of Persian Pink #EC7BBD

Tints of Persian Pink #EC7BBD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.45%

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

R = 43.07%
G = 22.45%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC7BBD (or 0xEC7BBD) is known color: Persian Pink. HEX triplet: EC, 7B and BD. RGB value is (236,123,189). Sum of RGB (Red+Green+Blue) = 236+123+189=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BBD is #138442. Grayscale: #A4A4A4. Windows color (decimal): -1279043 or 12418028. OLE color: 12418028.

HSL color Cylindrical-coordinate representation of color #EC7BBD: hue angle of 324.96º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7BBD is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 123 189 -
CMYK 0 0.48 0.20 0.07
HSL 324.96º 0.75% 0.7% -
HSV(B) 324.96º 0.48% 0.93% -
XYZ 50.86 35.67 52.35 -
YUV 164.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 236 123 189 0 0.48 0.20 0.07 324.96 0.75 0.7
Hex EC 7B BD 0 30 14 7 145 4B 46
Octal 354 173 275 0 60 24 7 505 113 106
Binary 11101100 1111011 10111101 0 110000 10100 111 101000101 1001011 1000110

Color Harmonies of #EC7BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BBD

Black with #EC7BBD

Text Example


Text Example

White with #EC7BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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