Html Css Color HEX #EC78BE Persian Pink

📋 copy color: '#EC78BE'

red 236 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #EC78BE

Tints of Persian Pink #EC78BE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.98%

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

R = 43.22%
G = 21.98%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC78BE (or 0xEC78BE) is known color: Persian Pink. HEX triplet: EC, 78 and BE. RGB value is (236,120,190). Sum of RGB (Red+Green+Blue) = 236+120+190=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78BE is #138741. Grayscale: #A2A2A2. Windows color (decimal): -1279810 or 12482796. OLE color: 12482796.

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

Color convert

RGB 236 120 190 -
CMYK 0 0.49 0.19 0.07
HSL 323.79º 0.75% 0.7% -
HSV(B) 323.79º 0.49% 0.93% -
XYZ 50.6 34.98 52.8 -
YUV 162.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 236 120 190 0 0.49 0.19 0.07 323.79 0.75 0.7
Hex EC 78 BE 0 31 13 7 144 4B 46
Octal 354 170 276 0 61 23 7 504 113 106
Binary 11101100 1111000 10111110 0 110001 10011 111 101000100 1001011 1000110

Color Harmonies of #EC78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78BE

Black with #EC78BE

Text Example


Text Example

White with #EC78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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