Html Css Color HEX #EF289A Persian Rose

📋 copy color: '#EF289A'

red 239 ◦ green 40 ◦ blue 154

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

Shades of Persian Rose #EF289A

Tints of Persian Rose #EF289A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 55.2%
G = 9.24%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF289A (or 0xEF289A) is known color: Persian Rose. HEX triplet: EF, 28 and 9A. RGB value is (239,40,154). Sum of RGB (Red+Green+Blue) = 239+40+154=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF289A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF289A is #10D765. Grayscale: #707070. Windows color (decimal): -1103718 or 10103023. OLE color: 10103023.

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

Color convert

RGB 239 40 154 -
CMYK 0 0.83 0.36 0.06
HSL 325.63º 0.86% 0.55% -
HSV(B) 325.63º 0.83% 0.94% -
XYZ 42.19 22.2 32.63 -
YUV 112.5 151.43 218.23 -
System Red Green Blue C M Y K H S L
Decimal 239 40 154 0 0.83 0.36 0.06 325.63 0.86 0.55
Hex EF 28 9A 0 53 24 6 146 56 37
Octal 357 50 232 0 123 44 6 506 126 67
Binary 11101111 101000 10011010 0 1010011 100100 110 101000110 1010110 110111

Color Harmonies of #EF289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF289A

Black with #EF289A

Text Example


Text Example

White with #EF289A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF289A; }

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

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

background-color css

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

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

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

border-color css

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

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

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