Html Css Color HEX #EF80B2 Persian Pink

📋 copy color: '#EF80B2'

red 239 ◦ green 128 ◦ blue 178

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

Shades of Persian Pink #EF80B2

Tints of Persian Pink #EF80B2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.49%

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

R = 43.85%
G = 23.49%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF80B2 (or 0xEF80B2) is known color: Persian Pink. HEX triplet: EF, 80 and B2. RGB value is (239,128,178). Sum of RGB (Red+Green+Blue) = 239+128+178=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF80B2 is #107F4D. Grayscale: #A6A6A6. Windows color (decimal): -1081166 or 11698415. OLE color: 11698415.

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

Color convert

RGB 239 128 178 -
CMYK 0 0.46 0.26 0.06
HSL 332.97º 0.78% 0.72% -
HSV(B) 332.97º 0.46% 0.94% -
XYZ 51.35 37 46.56 -
YUV 166.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 239 128 178 0 0.46 0.26 0.06 332.97 0.78 0.72
Hex EF 80 B2 0 2E 1A 6 14D 4E 48
Octal 357 200 262 0 56 32 6 515 116 110
Binary 11101111 10000000 10110010 0 101110 11010 110 101001101 1001110 1001000

Color Harmonies of #EF80B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80B2

Black with #EF80B2

Text Example


Text Example

White with #EF80B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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