Html Css Color HEX #EE78AF Persian Pink

📋 copy color: '#EE78AF'

red 238 ◦ green 120 ◦ blue 175

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

Shades of Persian Pink #EE78AF

Tints of Persian Pink #EE78AF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.51%

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

R = 44.65%
G = 22.51%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE78AF (or 0xEE78AF) is known color: Persian Pink. HEX triplet: EE, 78 and AF. RGB value is (238,120,175). Sum of RGB (Red+Green+Blue) = 238+120+175=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EE78AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE78AF is #118750. Grayscale: #A1A1A1. Windows color (decimal): -1148753 or 11499758. OLE color: 11499758.

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

Color convert

RGB 238 120 175 -
CMYK 0 0.50 0.26 0.07
HSL 332.03º 0.78% 0.7% -
HSV(B) 332.03º 0.5% 0.93% -
XYZ 49.71 34.71 44.64 -
YUV 161.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 238 120 175 0 0.50 0.26 0.07 332.03 0.78 0.7
Hex EE 78 AF 0 32 1A 7 14C 4E 46
Octal 356 170 257 0 62 32 7 514 116 106
Binary 11101110 1111000 10101111 0 110010 11010 111 101001100 1001110 1000110

Color Harmonies of #EE78AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE78AF

Black with #EE78AF

Text Example


Text Example

White with #EE78AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE78AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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