Html Css Color HEX #EE73B7 Persian Pink

📋 copy color: '#EE73B7'

red 238 ◦ green 115 ◦ blue 183

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

Shades of Persian Pink #EE73B7

Tints of Persian Pink #EE73B7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.46%

 BLUE value IS 183 (71.88% from 255) = 34.14%

R = 44.4%
G = 21.46%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EE73B7 (or 0xEE73B7) is known color: Persian Pink. HEX triplet: EE, 73 and B7. RGB value is (238,115,183). Sum of RGB (Red+Green+Blue) = 238+115+183=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73B7 is #118C48. Grayscale: #9F9F9F. Windows color (decimal): -1150025 or 12022766. OLE color: 12022766.

HSL color Cylindrical-coordinate representation of color #EE73B7: hue angle of 326.83º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE73B7 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 115 183 -
CMYK 0 0.52 0.23 0.07
HSL 326.83º 0.78% 0.69% -
HSV(B) 326.83º 0.52% 0.93% -
XYZ 49.94 33.86 48.7 -
YUV 159.53 141.25 183.97 -
System Red Green Blue C M Y K H S L
Decimal 238 115 183 0 0.52 0.23 0.07 326.83 0.78 0.69
Hex EE 73 B7 0 34 17 7 147 4E 45
Octal 356 163 267 0 64 27 7 507 116 105
Binary 11101110 1110011 10110111 0 110100 10111 111 101000111 1001110 1000101

Color Harmonies of #EE73B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE73B7

Black with #EE73B7

Text Example


Text Example

White with #EE73B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE73B7; }

 p { color: rgb(238,115,183); }

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

background-color css

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

 a { background-color: rgb(238,115,183); }

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

border-color css

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

 span { border-color: rgb(238,115,183); }

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