Html Css Color HEX #EE7FBB Persian Pink

📋 copy color: '#EE7FBB'

red 238 ◦ green 127 ◦ blue 187

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

Shades of Persian Pink #EE7FBB

Tints of Persian Pink #EE7FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.88%

R = 43.12%
G = 23.01%
B = 33.88%

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

#EE7FBB (or 0xEE7FBB) is known color: Persian Pink. HEX triplet: EE, 7F and BB. RGB value is (238,127,187). Sum of RGB (Red+Green+Blue) = 238+127+187=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FBB is #118044. Grayscale: #A6A6A6. Windows color (decimal): -1146949 or 12287982. OLE color: 12287982.

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

Color convert

RGB 238 127 187 -
CMYK 0 0.47 0.21 0.07
HSL 327.57º 0.77% 0.72% -
HSV(B) 327.57º 0.47% 0.93% -
XYZ 51.82 36.94 51.41 -
YUV 167.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 238 127 187 0 0.47 0.21 0.07 327.57 0.77 0.72
Hex EE 7F BB 0 2F 15 7 148 4D 48
Octal 356 177 273 0 57 25 7 510 115 110
Binary 11101110 1111111 10111011 0 101111 10101 111 101001000 1001101 1001000

Color Harmonies of #EE7FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7FBB

Black with #EE7FBB

Text Example


Text Example

White with #EE7FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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