Html Css Color HEX #EE78BE Persian Pink

📋 copy color: '#EE78BE'

red 238 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #EE78BE

Tints of Persian Pink #EE78BE

RGB

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

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

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

R = 43.43%
G = 21.9%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE78BE (or 0xEE78BE) is known color: Persian Pink. HEX triplet: EE, 78 and BE. RGB value is (238,120,190). Sum of RGB (Red+Green+Blue) = 238+120+190=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE78BE is #118741. Grayscale: #A3A3A3. Windows color (decimal): -1148738 or 12482798. OLE color: 12482798.

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

Color convert

RGB 238 120 190 -
CMYK 0 0.50 0.20 0.07
HSL 324.41º 0.78% 0.7% -
HSV(B) 324.41º 0.5% 0.93% -
XYZ 51.27 35.33 52.83 -
YUV 163.26 143.09 181.31 -
System Red Green Blue C M Y K H S L
Decimal 238 120 190 0 0.50 0.20 0.07 324.41 0.78 0.7
Hex EE 78 BE 0 32 14 7 144 4E 46
Octal 356 170 276 0 62 24 7 504 116 106
Binary 11101110 1111000 10111110 0 110010 10100 111 101000100 1001110 1000110

Color Harmonies of #EE78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE78BE

Black with #EE78BE

Text Example


Text Example

White with #EE78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE78BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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