Html Css Color HEX #EF84B2 Persian Pink

📋 copy color: '#EF84B2'

red 239 ◦ green 132 ◦ blue 178

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

Shades of Persian Pink #EF84B2

Tints of Persian Pink #EF84B2

RGB

 RED value IS 239 (93.75% from 255) = 43.53%

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

 BLUE value IS 178 (69.92% from 255) = 32.42%

R = 43.53%
G = 24.04%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF84B2 (or 0xEF84B2) is known color: Persian Pink. HEX triplet: EF, 84 and B2. RGB value is (239,132,178). Sum of RGB (Red+Green+Blue) = 239+132+178=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF84B2 is #107B4D. Grayscale: #A9A9A9. Windows color (decimal): -1080142 or 11699439. OLE color: 11699439.

HSL color Cylindrical-coordinate representation of color #EF84B2: hue angle of 334.21º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84B2 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 132 178 -
CMYK 0 0.45 0.26 0.06
HSL 334.21º 0.77% 0.73% -
HSV(B) 334.21º 0.45% 0.94% -
XYZ 51.88 38.07 46.73 -
YUV 169.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 239 132 178 0 0.45 0.26 0.06 334.21 0.77 0.73
Hex EF 84 B2 0 2D 1A 6 14E 4D 49
Octal 357 204 262 0 55 32 6 516 115 111
Binary 11101111 10000100 10110010 0 101101 11010 110 101001110 1001101 1001001

Color Harmonies of #EF84B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF84B2

Black with #EF84B2

Text Example


Text Example

White with #EF84B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF84B2; }

 p { color: rgb(239,132,178); }

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

background-color css

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

 a { background-color: rgb(239,132,178); }

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

border-color css

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

 span { border-color: rgb(239,132,178); }

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