Html Css Color HEX #EE71BE Persian Pink

📋 copy color: '#EE71BE'

red 238 ◦ green 113 ◦ blue 190

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

Shades of Persian Pink #EE71BE

Tints of Persian Pink #EE71BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 43.99%
G = 20.89%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE71BE (or 0xEE71BE) is known color: Persian Pink. HEX triplet: EE, 71 and BE. RGB value is (238,113,190). Sum of RGB (Red+Green+Blue) = 238+113+190=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE71BE is #118E41. Grayscale: #9E9E9E. Windows color (decimal): -1150530 or 12481006. OLE color: 12481006.

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

Color convert

RGB 238 113 190 -
CMYK 0 0.53 0.20 0.07
HSL 323.04º 0.79% 0.69% -
HSV(B) 323.04º 0.53% 0.93% -
XYZ 50.46 33.71 52.56 -
YUV 159.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 238 113 190 0 0.53 0.20 0.07 323.04 0.79 0.69
Hex EE 71 BE 0 35 14 7 143 4F 45
Octal 356 161 276 0 65 24 7 503 117 105
Binary 11101110 1110001 10111110 0 110101 10100 111 101000011 1001111 1000101

Color Harmonies of #EE71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE71BE

Black with #EE71BE

Text Example


Text Example

White with #EE71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE71BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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