Html Css Color HEX #EE75AF Persian Pink

📋 copy color: '#EE75AF'

red 238 ◦ green 117 ◦ blue 175

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

Shades of Persian Pink #EE75AF

Tints of Persian Pink #EE75AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.02%

R = 44.91%
G = 22.08%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE75AF (or 0xEE75AF) is known color: Persian Pink. HEX triplet: EE, 75 and AF. RGB value is (238,117,175). Sum of RGB (Red+Green+Blue) = 238+117+175=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE75AF is #118A50. Grayscale: #9F9F9F. Windows color (decimal): -1149521 or 11498990. OLE color: 11498990.

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

Color convert

RGB 238 117 175 -
CMYK 0 0.51 0.26 0.07
HSL 331.24º 0.78% 0.7% -
HSV(B) 331.24º 0.51% 0.93% -
XYZ 49.36 33.99 44.52 -
YUV 159.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 238 117 175 0 0.51 0.26 0.07 331.24 0.78 0.7
Hex EE 75 AF 0 33 1A 7 14B 4E 46
Octal 356 165 257 0 63 32 7 513 116 106
Binary 11101110 1110101 10101111 0 110011 11010 111 101001011 1001110 1000110

Color Harmonies of #EE75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE75AF

Black with #EE75AF

Text Example


Text Example

White with #EE75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE75AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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