Html Css Color HEX #EE7CBF Persian Pink

📋 copy color: '#EE7CBF'

red 238 ◦ green 124 ◦ blue 191

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

Shades of Persian Pink #EE7CBF

Tints of Persian Pink #EE7CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.42%

 BLUE value IS 191 (75% from 255) = 34.54%

R = 43.04%
G = 22.42%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE7CBF (or 0xEE7CBF) is known color: Persian Pink. HEX triplet: EE, 7C and BF. RGB value is (238,124,191). Sum of RGB (Red+Green+Blue) = 238+124+191=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7CBF is #118340. Grayscale: #A5A5A5. Windows color (decimal): -1147713 or 12549358. OLE color: 12549358.

HSL color Cylindrical-coordinate representation of color #EE7CBF: hue angle of 324.74º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7CBF is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 124 191 -
CMYK 0 0.48 0.20 0.07
HSL 324.74º 0.77% 0.71% -
HSV(B) 324.74º 0.48% 0.93% -
XYZ 51.87 36.35 53.57 -
YUV 165.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 238 124 191 0 0.48 0.20 0.07 324.74 0.77 0.71
Hex EE 7C BF 0 30 14 7 145 4D 47
Octal 356 174 277 0 60 24 7 505 115 107
Binary 11101110 1111100 10111111 0 110000 10100 111 101000101 1001101 1000111

Color Harmonies of #EE7CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7CBF

Black with #EE7CBF

Text Example


Text Example

White with #EE7CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7CBF; }

 p { color: rgb(238,124,191); }

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

background-color css

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

 a { background-color: rgb(238,124,191); }

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

border-color css

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

 span { border-color: rgb(238,124,191); }

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