Html Css Color HEX #EF81BE Persian Pink

📋 copy color: '#EF81BE'

red 239 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #EF81BE

Tints of Persian Pink #EF81BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 42.83%
G = 23.12%
B = 34.05%

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

#EF81BE (or 0xEF81BE) is known color: Persian Pink. HEX triplet: EF, 81 and BE. RGB value is (239,129,190). Sum of RGB (Red+Green+Blue) = 239+129+190=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81BE is #107E41. Grayscale: #A8A8A8. Windows color (decimal): -1080898 or 12485103. OLE color: 12485103.

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

Color convert

RGB 239 129 190 -
CMYK 0 0.46 0.21 0.06
HSL 326.73º 0.77% 0.72% -
HSV(B) 326.73º 0.46% 0.94% -
XYZ 52.74 37.77 53.23 -
YUV 168.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 239 129 190 0 0.46 0.21 0.06 326.73 0.77 0.72
Hex EF 81 BE 0 2E 15 6 147 4D 48
Octal 357 201 276 0 56 25 6 507 115 110
Binary 11101111 10000001 10111110 0 101110 10101 110 101000111 1001101 1001000

Color Harmonies of #EF81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81BE

Black with #EF81BE

Text Example


Text Example

White with #EF81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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