Html Css Color HEX #EF28AB Persian Rose

📋 copy color: '#EF28AB'

red 239 ◦ green 40 ◦ blue 171

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

Shades of Persian Rose #EF28AB

Tints of Persian Rose #EF28AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 53.11%
G = 8.89%
B = 38%

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

#EF28AB (or 0xEF28AB) is known color: Persian Rose. HEX triplet: EF, 28 and AB. RGB value is (239,40,171). Sum of RGB (Red+Green+Blue) = 239+40+171=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF28AB is #10D754. Grayscale: #727272. Windows color (decimal): -1103701 or 11217135. OLE color: 11217135.

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

Color convert

RGB 239 40 171 -
CMYK 0 0.83 0.28 0.06
HSL 320.5º 0.86% 0.55% -
HSV(B) 320.5º 0.83% 0.94% -
XYZ 43.71 22.81 40.63 -
YUV 114.44 159.93 216.85 -
System Red Green Blue C M Y K H S L
Decimal 239 40 171 0 0.83 0.28 0.06 320.5 0.86 0.55
Hex EF 28 AB 0 53 1C 6 141 56 37
Octal 357 50 253 0 123 34 6 501 126 67
Binary 11101111 101000 10101011 0 1010011 11100 110 101000001 1010110 110111

Color Harmonies of #EF28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28AB

Black with #EF28AB

Text Example


Text Example

White with #EF28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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