Html Css Color HEX #EF28A6 Persian Rose

📋 copy color: '#EF28A6'

red 239 ◦ green 40 ◦ blue 166

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

Shades of Persian Rose #EF28A6

Tints of Persian Rose #EF28A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.3%

R = 53.71%
G = 8.99%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF28A6 (or 0xEF28A6) is known color: Persian Rose. HEX triplet: EF, 28 and A6. RGB value is (239,40,166). Sum of RGB (Red+Green+Blue) = 239+40+166=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF28A6 is #10D759. Grayscale: #717171. Windows color (decimal): -1103706 or 10889455. OLE color: 10889455.

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

Color convert

RGB 239 40 166 -
CMYK 0 0.83 0.31 0.06
HSL 322.01º 0.86% 0.55% -
HSV(B) 322.01º 0.83% 0.94% -
XYZ 43.24 22.62 38.16 -
YUV 113.87 157.43 217.25 -
System Red Green Blue C M Y K H S L
Decimal 239 40 166 0 0.83 0.31 0.06 322.01 0.86 0.55
Hex EF 28 A6 0 53 1F 6 142 56 37
Octal 357 50 246 0 123 37 6 502 126 67
Binary 11101111 101000 10100110 0 1010011 11111 110 101000010 1010110 110111

Color Harmonies of #EF28A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28A6

Black with #EF28A6

Text Example


Text Example

White with #EF28A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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