Html Css Color HEX #EE80BD Persian Pink

📋 copy color: '#EE80BD'

red 238 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #EE80BD

Tints of Persian Pink #EE80BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.05%

R = 42.88%
G = 23.06%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE80BD (or 0xEE80BD) is known color: Persian Pink. HEX triplet: EE, 80 and BD. RGB value is (238,128,189). Sum of RGB (Red+Green+Blue) = 238+128+189=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80BD is #117F42. Grayscale: #A7A7A7. Windows color (decimal): -1146691 or 12419310. OLE color: 12419310.

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

Color convert

RGB 238 128 189 -
CMYK 0 0.46 0.21 0.07
HSL 326.73º 0.76% 0.72% -
HSV(B) 326.73º 0.46% 0.93% -
XYZ 52.16 37.29 52.59 -
YUV 167.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 238 128 189 0 0.46 0.21 0.07 326.73 0.76 0.72
Hex EE 80 BD 0 2E 15 7 147 4C 48
Octal 356 200 275 0 56 25 7 507 114 110
Binary 11101110 10000000 10111101 0 101110 10101 111 101000111 1001100 1001000

Color Harmonies of #EE80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80BD

Black with #EE80BD

Text Example


Text Example

White with #EE80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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