Html Css Color HEX #EE73B2 Persian Pink

📋 copy color: '#EE73B2'

red 238 ◦ green 115 ◦ blue 178

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

Shades of Persian Pink #EE73B2

Tints of Persian Pink #EE73B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 44.82%
G = 21.66%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EE73B2 (or 0xEE73B2) is known color: Persian Pink. HEX triplet: EE, 73 and B2. RGB value is (238,115,178). Sum of RGB (Red+Green+Blue) = 238+115+178=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE73B2 is #118C4D. Grayscale: #9E9E9E. Windows color (decimal): -1150030 or 11695086. OLE color: 11695086.

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

Color convert

RGB 238 115 178 -
CMYK 0 0.52 0.25 0.07
HSL 329.27º 0.78% 0.69% -
HSV(B) 329.27º 0.52% 0.93% -
XYZ 49.43 33.65 46.01 -
YUV 158.96 138.75 184.38 -
System Red Green Blue C M Y K H S L
Decimal 238 115 178 0 0.52 0.25 0.07 329.27 0.78 0.69
Hex EE 73 B2 0 34 19 7 149 4E 45
Octal 356 163 262 0 64 31 7 511 116 105
Binary 11101110 1110011 10110010 0 110100 11001 111 101001001 1001110 1000101

Color Harmonies of #EE73B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE73B2

Black with #EE73B2

Text Example


Text Example

White with #EE73B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE73B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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