Html Css Color HEX #EE75B7 Persian Pink

📋 copy color: '#EE75B7'

red 238 ◦ green 117 ◦ blue 183

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

Shades of Persian Pink #EE75B7

Tints of Persian Pink #EE75B7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.75%

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

R = 44.24%
G = 21.75%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EE75B7 (or 0xEE75B7) is known color: Persian Pink. HEX triplet: EE, 75 and B7. RGB value is (238,117,183). Sum of RGB (Red+Green+Blue) = 238+117+183=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75B7 is #118A48. Grayscale: #A0A0A0. Windows color (decimal): -1149513 or 12023278. OLE color: 12023278.

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

Color convert

RGB 238 117 183 -
CMYK 0 0.51 0.23 0.07
HSL 327.27º 0.78% 0.7% -
HSV(B) 327.27º 0.51% 0.93% -
XYZ 50.17 34.32 48.78 -
YUV 160.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 238 117 183 0 0.51 0.23 0.07 327.27 0.78 0.7
Hex EE 75 B7 0 33 17 7 147 4E 46
Octal 356 165 267 0 63 27 7 507 116 106
Binary 11101110 1110101 10110111 0 110011 10111 111 101000111 1001110 1000110

Color Harmonies of #EE75B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE75B7

Black with #EE75B7

Text Example


Text Example

White with #EE75B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE75B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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