Html Css Color HEX #EF81B3 Persian Pink

📋 copy color: '#EF81B3'

red 239 ◦ green 129 ◦ blue 179

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

Shades of Persian Pink #EF81B3

Tints of Persian Pink #EF81B3

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.58%

 BLUE value IS 179 (70.31% from 255) = 32.72%

R = 43.69%
G = 23.58%
B = 32.72%

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

#EF81B3 (or 0xEF81B3) is known color: Persian Pink. HEX triplet: EF, 81 and B3. RGB value is (239,129,179). Sum of RGB (Red+Green+Blue) = 239+129+179=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81B3 is #107E4C. Grayscale: #A7A7A7. Windows color (decimal): -1080909 or 11764207. OLE color: 11764207.

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

Color convert

RGB 239 129 179 -
CMYK 0 0.46 0.25 0.06
HSL 332.73º 0.77% 0.72% -
HSV(B) 332.73º 0.46% 0.94% -
XYZ 51.58 37.31 47.13 -
YUV 167.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 239 129 179 0 0.46 0.25 0.06 332.73 0.77 0.72
Hex EF 81 B3 0 2E 19 6 14D 4D 48
Octal 357 201 263 0 56 31 6 515 115 110
Binary 11101111 10000001 10110011 0 101110 11001 110 101001101 1001101 1001000

Color Harmonies of #EF81B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81B3

Black with #EF81B3

Text Example


Text Example

White with #EF81B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81B3; }

 p { color: rgb(239,129,179); }

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

background-color css

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

 a { background-color: rgb(239,129,179); }

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

border-color css

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

 span { border-color: rgb(239,129,179); }

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