Html Css Color HEX #EE7FBC Persian Pink

📋 copy color: '#EE7FBC'

red 238 ◦ green 127 ◦ blue 188

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

Shades of Persian Pink #EE7FBC

Tints of Persian Pink #EE7FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

 BLUE value IS 188 (73.83% from 255) = 34%

R = 43.04%
G = 22.97%
B = 34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE7FBC (or 0xEE7FBC) is known color: Persian Pink. HEX triplet: EE, 7F and BC. RGB value is (238,127,188). Sum of RGB (Red+Green+Blue) = 238+127+188=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FBC is #118043. Grayscale: #A7A7A7. Windows color (decimal): -1146948 or 12353518. OLE color: 12353518.

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

Color convert

RGB 238 127 188 -
CMYK 0 0.47 0.21 0.07
HSL 327.03º 0.77% 0.72% -
HSV(B) 327.03º 0.47% 0.93% -
XYZ 51.93 36.99 51.98 -
YUV 167.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 238 127 188 0 0.47 0.21 0.07 327.03 0.77 0.72
Hex EE 7F BC 0 2F 15 7 147 4D 48
Octal 356 177 274 0 57 25 7 507 115 110
Binary 11101110 1111111 10111100 0 101111 10101 111 101000111 1001101 1001000

Color Harmonies of #EE7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7FBC

Black with #EE7FBC

Text Example


Text Example

White with #EE7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7FBC; }

 p { color: rgb(238,127,188); }

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

background-color css

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

 a { background-color: rgb(238,127,188); }

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

border-color css

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

 span { border-color: rgb(238,127,188); }

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