Html Css Color HEX #EC7FBE Persian Pink

📋 copy color: '#EC7FBE'

red 236 ◦ green 127 ◦ blue 190

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

Shades of Persian Pink #EC7FBE

Tints of Persian Pink #EC7FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

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

R = 42.68%
G = 22.97%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC7FBE (or 0xEC7FBE) is known color: Persian Pink. HEX triplet: EC, 7F and BE. RGB value is (236,127,190). Sum of RGB (Red+Green+Blue) = 236+127+190=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FBE is #138041. Grayscale: #A6A6A6. Windows color (decimal): -1278018 or 12484588. OLE color: 12484588.

HSL color Cylindrical-coordinate representation of color #EC7FBE: hue angle of 325.32º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7FBE is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 127 190 -
CMYK 0 0.46 0.19 0.07
HSL 325.32º 0.74% 0.71% -
HSV(B) 325.32º 0.46% 0.93% -
XYZ 51.48 36.73 53.09 -
YUV 166.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 236 127 190 0 0.46 0.19 0.07 325.32 0.74 0.71
Hex EC 7F BE 0 2E 13 7 145 4A 47
Octal 354 177 276 0 56 23 7 505 112 107
Binary 11101100 1111111 10111110 0 101110 10011 111 101000101 1001010 1000111

Color Harmonies of #EC7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FBE

Black with #EC7FBE

Text Example


Text Example

White with #EC7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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