Html Css Color HEX #EC7BB6 Persian Pink

📋 copy color: '#EC7BB6'

red 236 ◦ green 123 ◦ blue 182

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

Shades of Persian Pink #EC7BB6

Tints of Persian Pink #EC7BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.64%

R = 43.62%
G = 22.74%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC7BB6 (or 0xEC7BB6) is known color: Persian Pink. HEX triplet: EC, 7B and B6. RGB value is (236,123,182). Sum of RGB (Red+Green+Blue) = 236+123+182=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BB6 is #138449. Grayscale: #A3A3A3. Windows color (decimal): -1279050 or 11959276. OLE color: 11959276.

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

Color convert

RGB 236 123 182 -
CMYK 0 0.48 0.23 0.07
HSL 328.67º 0.75% 0.7% -
HSV(B) 328.67º 0.48% 0.93% -
XYZ 50.12 35.38 48.44 -
YUV 163.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 236 123 182 0 0.48 0.23 0.07 328.67 0.75 0.7
Hex EC 7B B6 0 30 17 7 149 4B 46
Octal 354 173 266 0 60 27 7 511 113 106
Binary 11101100 1111011 10110110 0 110000 10111 111 101001001 1001011 1000110

Color Harmonies of #EC7BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BB6

Black with #EC7BB6

Text Example


Text Example

White with #EC7BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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