Html Css Color HEX #EF80B0 Persian Pink

📋 copy color: '#EF80B0'

red 239 ◦ green 128 ◦ blue 176

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

Shades of Persian Pink #EF80B0

Tints of Persian Pink #EF80B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.41%

R = 44.01%
G = 23.57%
B = 32.41%

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

#EF80B0 (or 0xEF80B0) is known color: Persian Pink. HEX triplet: EF, 80 and B0. RGB value is (239,128,176). Sum of RGB (Red+Green+Blue) = 239+128+176=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF80B0 is #107F4F. Grayscale: #A6A6A6. Windows color (decimal): -1081168 or 11567343. OLE color: 11567343.

HSL color Cylindrical-coordinate representation of color #EF80B0: hue angle of 334.05º 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 #EF80B0 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 176 -
CMYK 0 0.46 0.26 0.06
HSL 334.05º 0.78% 0.72% -
HSV(B) 334.05º 0.46% 0.94% -
XYZ 51.15 36.92 45.51 -
YUV 166.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 239 128 176 0 0.46 0.26 0.06 334.05 0.78 0.72
Hex EF 80 B0 0 2E 1A 6 14E 4E 48
Octal 357 200 260 0 56 32 6 516 116 110
Binary 11101111 10000000 10110000 0 101110 11010 110 101001110 1001110 1001000

Color Harmonies of #EF80B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80B0

Black with #EF80B0

Text Example


Text Example

White with #EF80B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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