Html Css Color HEX #EC7BBE Persian Pink

📋 copy color: '#EC7BBE'

red 236 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #EC7BBE

Tints of Persian Pink #EC7BBE

RGB

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

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

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

R = 42.99%
G = 22.4%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC7BBE (or 0xEC7BBE) is known color: Persian Pink. HEX triplet: EC, 7B and BE. RGB value is (236,123,190). Sum of RGB (Red+Green+Blue) = 236+123+190=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BBE is #138441. Grayscale: #A4A4A4. Windows color (decimal): -1279042 or 12483564. OLE color: 12483564.

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

Color convert

RGB 236 123 190 -
CMYK 0 0.48 0.19 0.07
HSL 324.42º 0.75% 0.7% -
HSV(B) 324.42º 0.48% 0.93% -
XYZ 50.97 35.72 52.92 -
YUV 164.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 236 123 190 0 0.48 0.19 0.07 324.42 0.75 0.7
Hex EC 7B BE 0 30 13 7 144 4B 46
Octal 354 173 276 0 60 23 7 504 113 106
Binary 11101100 1111011 10111110 0 110000 10011 111 101000100 1001011 1000110

Color Harmonies of #EC7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BBE

Black with #EC7BBE

Text Example


Text Example

White with #EC7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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