Html Css Color HEX #EE73B8 Persian Pink

📋 copy color: '#EE73B8'

red 238 ◦ green 115 ◦ blue 184

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

Shades of Persian Pink #EE73B8

Tints of Persian Pink #EE73B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.26%

R = 44.32%
G = 21.42%
B = 34.26%

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

#EE73B8 (or 0xEE73B8) is known color: Persian Pink. HEX triplet: EE, 73 and B8. RGB value is (238,115,184). Sum of RGB (Red+Green+Blue) = 238+115+184=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73B8 is #118C47. Grayscale: #9F9F9F. Windows color (decimal): -1150024 or 12088302. OLE color: 12088302.

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

Color convert

RGB 238 115 184 -
CMYK 0 0.52 0.23 0.07
HSL 326.34º 0.78% 0.69% -
HSV(B) 326.34º 0.52% 0.93% -
XYZ 50.04 33.9 49.25 -
YUV 159.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 238 115 184 0 0.52 0.23 0.07 326.34 0.78 0.69
Hex EE 73 B8 0 34 17 7 146 4E 45
Octal 356 163 270 0 64 27 7 506 116 105
Binary 11101110 1110011 10111000 0 110100 10111 111 101000110 1001110 1000101

Color Harmonies of #EE73B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE73B8

Black with #EE73B8

Text Example


Text Example

White with #EE73B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE73B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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