Html Css Color HEX #EE84BC Persian Pink

📋 copy color: '#EE84BC'

red 238 ◦ green 132 ◦ blue 188

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

Shades of Persian Pink #EE84BC

Tints of Persian Pink #EE84BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.66%

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

R = 42.65%
G = 23.66%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE84BC (or 0xEE84BC) is known color: Persian Pink. HEX triplet: EE, 84 and BC. RGB value is (238,132,188). Sum of RGB (Red+Green+Blue) = 238+132+188=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84BC is #117B43. Grayscale: #A9A9A9. Windows color (decimal): -1145668 or 12354798. OLE color: 12354798.

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

Color convert

RGB 238 132 188 -
CMYK 0 0.45 0.21 0.07
HSL 328.3º 0.76% 0.73% -
HSV(B) 328.3º 0.45% 0.93% -
XYZ 52.59 38.31 52.2 -
YUV 170.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 238 132 188 0 0.45 0.21 0.07 328.3 0.76 0.73
Hex EE 84 BC 0 2D 15 7 148 4C 49
Octal 356 204 274 0 55 25 7 510 114 111
Binary 11101110 10000100 10111100 0 101101 10101 111 101001000 1001100 1001001

Color Harmonies of #EE84BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE84BC

Black with #EE84BC

Text Example


Text Example

White with #EE84BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE84BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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