Html Css Color HEX #EF81BC Persian Pink

📋 copy color: '#EF81BC'

red 239 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #EF81BC

Tints of Persian Pink #EF81BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.81%

R = 42.99%
G = 23.2%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF81BC (or 0xEF81BC) is known color: Persian Pink. HEX triplet: EF, 81 and BC. RGB value is (239,129,188). Sum of RGB (Red+Green+Blue) = 239+129+188=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81BC is #107E43. Grayscale: #A8A8A8. Windows color (decimal): -1080900 or 12354031. OLE color: 12354031.

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

Color convert

RGB 239 129 188 -
CMYK 0 0.46 0.21 0.06
HSL 327.82º 0.77% 0.72% -
HSV(B) 327.82º 0.46% 0.94% -
XYZ 52.52 37.68 52.08 -
YUV 168.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 239 129 188 0 0.46 0.21 0.06 327.82 0.77 0.72
Hex EF 81 BC 0 2E 15 6 148 4D 48
Octal 357 201 274 0 56 25 6 510 115 110
Binary 11101111 10000001 10111100 0 101110 10101 110 101001000 1001101 1001000

Color Harmonies of #EF81BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81BC

Black with #EF81BC

Text Example


Text Example

White with #EF81BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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