Html Css Color HEX #EE78C7 Persian Pink

📋 copy color: '#EE78C7'

red 238 ◦ green 120 ◦ blue 199

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

Shades of Persian Pink #EE78C7

Tints of Persian Pink #EE78C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.73%

R = 42.73%
G = 21.54%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE78C7 (or 0xEE78C7) is known color: Persian Pink. HEX triplet: EE, 78 and C7. RGB value is (238,120,199). Sum of RGB (Red+Green+Blue) = 238+120+199=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE78C7 is #118738. Grayscale: #A4A4A4. Windows color (decimal): -1148729 or 13072622. OLE color: 13072622.

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

Color convert

RGB 238 120 199 -
CMYK 0 0.50 0.16 0.07
HSL 319.83º 0.78% 0.7% -
HSV(B) 319.83º 0.5% 0.93% -
XYZ 52.29 35.73 58.17 -
YUV 164.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 238 120 199 0 0.50 0.16 0.07 319.83 0.78 0.7
Hex EE 78 C7 0 32 10 7 140 4E 46
Octal 356 170 307 0 62 20 7 500 116 106
Binary 11101110 1111000 11000111 0 110010 10000 111 101000000 1001110 1000110

Color Harmonies of #EE78C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE78C7

Black with #EE78C7

Text Example


Text Example

White with #EE78C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE78C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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