Html Css Color HEX #EE80BF Persian Pink

📋 copy color: '#EE80BF'

red 238 ◦ green 128 ◦ blue 191

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

Shades of Persian Pink #EE80BF

Tints of Persian Pink #EE80BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.98%

 BLUE value IS 191 (75% from 255) = 34.29%

R = 42.73%
G = 22.98%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE80BF (or 0xEE80BF) is known color: Persian Pink. HEX triplet: EE, 80 and BF. RGB value is (238,128,191). Sum of RGB (Red+Green+Blue) = 238+128+191=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80BF is #117F40. Grayscale: #A7A7A7. Windows color (decimal): -1146689 or 12550382. OLE color: 12550382.

HSL color Cylindrical-coordinate representation of color #EE80BF: hue angle of 325.64º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80BF is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 191 -
CMYK 0 0.46 0.20 0.07
HSL 325.64º 0.76% 0.72% -
HSV(B) 325.64º 0.46% 0.93% -
XYZ 52.38 37.38 53.74 -
YUV 168.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 238 128 191 0 0.46 0.20 0.07 325.64 0.76 0.72
Hex EE 80 BF 0 2E 14 7 146 4C 48
Octal 356 200 277 0 56 24 7 506 114 110
Binary 11101110 10000000 10111111 0 101110 10100 111 101000110 1001100 1001000

Color Harmonies of #EE80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80BF

Black with #EE80BF

Text Example


Text Example

White with #EE80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80BF; }

 p { color: rgb(238,128,191); }

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

background-color css

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

 a { background-color: rgb(238,128,191); }

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

border-color css

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

 span { border-color: rgb(238,128,191); }

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