Html Css Color HEX #EF28AA Persian Rose

📋 copy color: '#EF28AA'

red 239 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #EF28AA

Tints of Persian Rose #EF28AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 53.23%
G = 8.91%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF28AA (or 0xEF28AA) is known color: Persian Rose. HEX triplet: EF, 28 and AA. RGB value is (239,40,170). Sum of RGB (Red+Green+Blue) = 239+40+170=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF28AA is #10D755. Grayscale: #727272. Windows color (decimal): -1103702 or 11151599. OLE color: 11151599.

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

Color convert

RGB 239 40 170 -
CMYK 0 0.83 0.29 0.06
HSL 320.8º 0.86% 0.55% -
HSV(B) 320.8º 0.83% 0.94% -
XYZ 43.61 22.77 40.13 -
YUV 114.32 159.43 216.93 -
System Red Green Blue C M Y K H S L
Decimal 239 40 170 0 0.83 0.29 0.06 320.8 0.86 0.55
Hex EF 28 AA 0 53 1D 6 141 56 37
Octal 357 50 252 0 123 35 6 501 126 67
Binary 11101111 101000 10101010 0 1010011 11101 110 101000001 1010110 110111

Color Harmonies of #EF28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28AA

Black with #EF28AA

Text Example


Text Example

White with #EF28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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