Html Css Color HEX #EF80B4 Persian Pink

📋 copy color: '#EF80B4'

red 239 ◦ green 128 ◦ blue 180

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

Shades of Persian Pink #EF80B4

Tints of Persian Pink #EF80B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.91%

R = 43.69%
G = 23.4%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF80B4 (or 0xEF80B4) is known color: Persian Pink. HEX triplet: EF, 80 and B4. RGB value is (239,128,180). Sum of RGB (Red+Green+Blue) = 239+128+180=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80B4 is #107F4B. Grayscale: #A7A7A7. Windows color (decimal): -1081164 or 11829487. OLE color: 11829487.

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

Color convert

RGB 239 128 180 -
CMYK 0 0.46 0.25 0.06
HSL 331.89º 0.78% 0.72% -
HSV(B) 331.89º 0.46% 0.94% -
XYZ 51.55 37.08 47.62 -
YUV 167.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 239 128 180 0 0.46 0.25 0.06 331.89 0.78 0.72
Hex EF 80 B4 0 2E 19 6 14C 4E 48
Octal 357 200 264 0 56 31 6 514 116 110
Binary 11101111 10000000 10110100 0 101110 11001 110 101001100 1001110 1001000

Color Harmonies of #EF80B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80B4

Black with #EF80B4

Text Example


Text Example

White with #EF80B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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