Html Css Color HEX #EF28AC Persian Rose

📋 copy color: '#EF28AC'

red 239 ◦ green 40 ◦ blue 172

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

Shades of Persian Rose #EF28AC

Tints of Persian Rose #EF28AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.87%

 BLUE value IS 172 (67.58% from 255) = 38.14%

R = 52.99%
G = 8.87%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF28AC (or 0xEF28AC) is known color: Persian Rose. HEX triplet: EF, 28 and AC. RGB value is (239,40,172). Sum of RGB (Red+Green+Blue) = 239+40+172=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF28AC is #10D753. Grayscale: #727272. Windows color (decimal): -1103700 or 11282671. OLE color: 11282671.

HSL color Cylindrical-coordinate representation of color #EF28AC: hue angle of 320.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF28AC is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 40 172 -
CMYK 0 0.83 0.28 0.06
HSL 320.2º 0.86% 0.55% -
HSV(B) 320.2º 0.83% 0.94% -
XYZ 43.8 22.85 41.13 -
YUV 114.55 160.43 216.77 -
System Red Green Blue C M Y K H S L
Decimal 239 40 172 0 0.83 0.28 0.06 320.2 0.86 0.55
Hex EF 28 AC 0 53 1C 6 140 56 37
Octal 357 50 254 0 123 34 6 500 126 67
Binary 11101111 101000 10101100 0 1010011 11100 110 101000000 1010110 110111

Color Harmonies of #EF28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28AC

Black with #EF28AC

Text Example


Text Example

White with #EF28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28AC; }

 p { color: rgb(239,40,172); }

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

background-color css

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

 a { background-color: rgb(239,40,172); }

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

border-color css

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

 span { border-color: rgb(239,40,172); }

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