Html Css Color HEX #EC7BC4 Persian Pink

📋 copy color: '#EC7BC4'

red 236 ◦ green 123 ◦ blue 196

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

Shades of Persian Pink #EC7BC4

Tints of Persian Pink #EC7BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.32%

R = 42.52%
G = 22.16%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC7BC4 (or 0xEC7BC4) is known color: Persian Pink. HEX triplet: EC, 7B and C4. RGB value is (236,123,196). Sum of RGB (Red+Green+Blue) = 236+123+196=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BC4 is #13843B. Grayscale: #A4A4A4. Windows color (decimal): -1279036 or 12876780. OLE color: 12876780.

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

Color convert

RGB 236 123 196 -
CMYK 0 0.48 0.17 0.07
HSL 321.24º 0.75% 0.7% -
HSV(B) 321.24º 0.48% 0.93% -
XYZ 51.64 35.98 56.45 -
YUV 165.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 236 123 196 0 0.48 0.17 0.07 321.24 0.75 0.7
Hex EC 7B C4 0 30 11 7 141 4B 46
Octal 354 173 304 0 60 21 7 501 113 106
Binary 11101100 1111011 11000100 0 110000 10001 111 101000001 1001011 1000110

Color Harmonies of #EC7BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BC4

Black with #EC7BC4

Text Example


Text Example

White with #EC7BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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