Html Css Color HEX #EE78BC Persian Pink

📋 copy color: '#EE78BC'

red 238 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #EE78BC

Tints of Persian Pink #EE78BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.43%

R = 43.59%
G = 21.98%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE78BC (or 0xEE78BC) is known color: Persian Pink. HEX triplet: EE, 78 and BC. RGB value is (238,120,188). Sum of RGB (Red+Green+Blue) = 238+120+188=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE78BC is #118743. Grayscale: #A2A2A2. Windows color (decimal): -1148740 or 12351726. OLE color: 12351726.

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

Color convert

RGB 238 120 188 -
CMYK 0 0.50 0.21 0.07
HSL 325.42º 0.78% 0.7% -
HSV(B) 325.42º 0.5% 0.93% -
XYZ 51.05 35.24 51.69 -
YUV 163.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 238 120 188 0 0.50 0.21 0.07 325.42 0.78 0.7
Hex EE 78 BC 0 32 15 7 145 4E 46
Octal 356 170 274 0 62 25 7 505 116 106
Binary 11101110 1111000 10111100 0 110010 10101 111 101000101 1001110 1000110

Color Harmonies of #EE78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE78BC

Black with #EE78BC

Text Example


Text Example

White with #EE78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE78BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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