Html Css Color HEX #EF81C0 Persian Pink

📋 copy color: '#EF81C0'

red 239 ◦ green 129 ◦ blue 192

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

Shades of Persian Pink #EF81C0

Tints of Persian Pink #EF81C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.29%

R = 42.68%
G = 23.04%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF81C0 (or 0xEF81C0) is known color: Persian Pink. HEX triplet: EF, 81 and C0. RGB value is (239,129,192). Sum of RGB (Red+Green+Blue) = 239+129+192=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81C0 is #107E3F. Grayscale: #A8A8A8. Windows color (decimal): -1080896 or 12616175. OLE color: 12616175.

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

Color convert

RGB 239 129 192 -
CMYK 0 0.46 0.20 0.06
HSL 325.64º 0.77% 0.72% -
HSV(B) 325.64º 0.46% 0.94% -
XYZ 52.96 37.86 54.38 -
YUV 169.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 239 129 192 0 0.46 0.20 0.06 325.64 0.77 0.72
Hex EF 81 C0 0 2E 14 6 146 4D 48
Octal 357 201 300 0 56 24 6 506 115 110
Binary 11101111 10000001 11000000 0 101110 10100 110 101000110 1001101 1001000

Color Harmonies of #EF81C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81C0

Black with #EF81C0

Text Example


Text Example

White with #EF81C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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