Html Css Color HEX #EC7EBA Persian Pink

📋 copy color: '#EC7EBA'

red 236 ◦ green 126 ◦ blue 186

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

Shades of Persian Pink #EC7EBA

Tints of Persian Pink #EC7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.99%

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

R = 43.07%
G = 22.99%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC7EBA (or 0xEC7EBA) is known color: Persian Pink. HEX triplet: EC, 7E and BA. RGB value is (236,126,186). Sum of RGB (Red+Green+Blue) = 236+126+186=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EBA is #138145. Grayscale: #A5A5A5. Windows color (decimal): -1278278 or 12222188. OLE color: 12222188.

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

Color convert

RGB 236 126 186 -
CMYK 0 0.47 0.21 0.07
HSL 327.27º 0.74% 0.71% -
HSV(B) 327.27º 0.47% 0.93% -
XYZ 50.92 36.3 50.78 -
YUV 165.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 236 126 186 0 0.47 0.21 0.07 327.27 0.74 0.71
Hex EC 7E BA 0 2F 15 7 147 4A 47
Octal 354 176 272 0 57 25 7 507 112 107
Binary 11101100 1111110 10111010 0 101111 10101 111 101000111 1001010 1000111

Color Harmonies of #EC7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EBA

Black with #EC7EBA

Text Example


Text Example

White with #EC7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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