Html Css Color HEX #EE73BA Persian Pink

📋 copy color: '#EE73BA'

red 238 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #EE73BA

Tints of Persian Pink #EE73BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 44.16%
G = 21.34%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE73BA (or 0xEE73BA) is known color: Persian Pink. HEX triplet: EE, 73 and BA. RGB value is (238,115,186). Sum of RGB (Red+Green+Blue) = 238+115+186=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73BA is #118C45. Grayscale: #9F9F9F. Windows color (decimal): -1150022 or 12219374. OLE color: 12219374.

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

Color convert

RGB 238 115 186 -
CMYK 0 0.52 0.22 0.07
HSL 325.37º 0.78% 0.69% -
HSV(B) 325.37º 0.52% 0.93% -
XYZ 50.25 33.98 50.37 -
YUV 159.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 238 115 186 0 0.52 0.22 0.07 325.37 0.78 0.69
Hex EE 73 BA 0 34 16 7 145 4E 45
Octal 356 163 272 0 64 26 7 505 116 105
Binary 11101110 1110011 10111010 0 110100 10110 111 101000101 1001110 1000101

Color Harmonies of #EE73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE73BA

Black with #EE73BA

Text Example


Text Example

White with #EE73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE73BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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