Html Css Color HEX #EC7CB2 Persian Pink

📋 copy color: '#EC7CB2'

red 236 ◦ green 124 ◦ blue 178

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

Shades of Persian Pink #EC7CB2

Tints of Persian Pink #EC7CB2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

 BLUE value IS 178 (69.92% from 255) = 33.09%

R = 43.87%
G = 23.05%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC7CB2 (or 0xEC7CB2) is known color: Persian Pink. HEX triplet: EC, 7C and B2. RGB value is (236,124,178). Sum of RGB (Red+Green+Blue) = 236+124+178=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7CB2 is #13834D. Grayscale: #A3A3A3. Windows color (decimal): -1278798 or 11697388. OLE color: 11697388.

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

Color convert

RGB 236 124 178 -
CMYK 0 0.47 0.25 0.07
HSL 331.07º 0.75% 0.71% -
HSV(B) 331.07º 0.47% 0.93% -
XYZ 49.84 35.46 46.34 -
YUV 163.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 236 124 178 0 0.47 0.25 0.07 331.07 0.75 0.71
Hex EC 7C B2 0 2F 19 7 14B 4B 47
Octal 354 174 262 0 57 31 7 513 113 107
Binary 11101100 1111100 10110010 0 101111 11001 111 101001011 1001011 1000111

Color Harmonies of #EC7CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CB2

Black with #EC7CB2

Text Example


Text Example

White with #EC7CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CB2; }

 p { color: rgb(236,124,178); }

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

background-color css

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

 a { background-color: rgb(236,124,178); }

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

border-color css

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

 span { border-color: rgb(236,124,178); }

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