Html Css Color HEX #EE78BA Persian Pink

📋 copy color: '#EE78BA'

red 238 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #EE78BA

Tints of Persian Pink #EE78BA

RGB

 RED value IS 238 (93.36% from 255) = 43.75%

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

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

R = 43.75%
G = 22.06%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE78BA (or 0xEE78BA) is known color: Persian Pink. HEX triplet: EE, 78 and BA. RGB value is (238,120,186). Sum of RGB (Red+Green+Blue) = 238+120+186=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE78BA is #118745. Grayscale: #A2A2A2. Windows color (decimal): -1148742 or 12220654. OLE color: 12220654.

HSL color Cylindrical-coordinate representation of color #EE78BA: hue angle of 326.44º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE78BA is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 120 186 -
CMYK 0 0.50 0.22 0.07
HSL 326.44º 0.78% 0.7% -
HSV(B) 326.44º 0.5% 0.93% -
XYZ 50.84 35.16 50.56 -
YUV 162.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 238 120 186 0 0.50 0.22 0.07 326.44 0.78 0.7
Hex EE 78 BA 0 32 16 7 146 4E 46
Octal 356 170 272 0 62 26 7 506 116 106
Binary 11101110 1111000 10111010 0 110010 10110 111 101000110 1001110 1000110

Color Harmonies of #EE78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE78BA

Black with #EE78BA

Text Example


Text Example

White with #EE78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE78BA; }

 p { color: rgb(238,120,186); }

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

background-color css

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

 a { background-color: rgb(238,120,186); }

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

border-color css

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

 span { border-color: rgb(238,120,186); }

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