Html Css Color HEX #EE71B7 Persian Pink

📋 copy color: '#EE71B7'

red 238 ◦ green 113 ◦ blue 183

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

Shades of Persian Pink #EE71B7

Tints of Persian Pink #EE71B7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.16%

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

R = 44.57%
G = 21.16%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EE71B7 (or 0xEE71B7) is known color: Persian Pink. HEX triplet: EE, 71 and B7. RGB value is (238,113,183). Sum of RGB (Red+Green+Blue) = 238+113+183=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE71B7 is #118E48. Grayscale: #9E9E9E. Windows color (decimal): -1150537 or 12022254. OLE color: 12022254.

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

Color convert

RGB 238 113 183 -
CMYK 0 0.53 0.23 0.07
HSL 326.4º 0.79% 0.69% -
HSV(B) 326.4º 0.53% 0.93% -
XYZ 49.71 33.41 48.63 -
YUV 158.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 238 113 183 0 0.53 0.23 0.07 326.4 0.79 0.69
Hex EE 71 B7 0 35 17 7 146 4F 45
Octal 356 161 267 0 65 27 7 506 117 105
Binary 11101110 1110001 10110111 0 110101 10111 111 101000110 1001111 1000101

Color Harmonies of #EE71B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE71B7

Black with #EE71B7

Text Example


Text Example

White with #EE71B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE71B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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