Html Css Color HEX #EC7BBA Persian Pink

📋 copy color: '#EC7BBA'

red 236 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #EC7BBA

Tints of Persian Pink #EC7BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.13%

R = 43.3%
G = 22.57%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC7BBA (or 0xEC7BBA) is known color: Persian Pink. HEX triplet: EC, 7B and BA. RGB value is (236,123,186). Sum of RGB (Red+Green+Blue) = 236+123+186=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BBA is #138445. Grayscale: #A3A3A3. Windows color (decimal): -1279046 or 12221420. OLE color: 12221420.

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

Color convert

RGB 236 123 186 -
CMYK 0 0.48 0.21 0.07
HSL 326.55º 0.75% 0.7% -
HSV(B) 326.55º 0.48% 0.93% -
XYZ 50.54 35.54 50.65 -
YUV 163.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 236 123 186 0 0.48 0.21 0.07 326.55 0.75 0.7
Hex EC 7B BA 0 30 15 7 147 4B 46
Octal 354 173 272 0 60 25 7 507 113 106
Binary 11101100 1111011 10111010 0 110000 10101 111 101000111 1001011 1000110

Color Harmonies of #EC7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BBA

Black with #EC7BBA

Text Example


Text Example

White with #EC7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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