Html Css Color HEX #EF279F Persian Rose

📋 copy color: '#EF279F'

red 239 ◦ green 39 ◦ blue 159

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

Shades of Persian Rose #EF279F

Tints of Persian Rose #EF279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.92%

 BLUE value IS 159 (62.5% from 255) = 36.38%

R = 54.69%
G = 8.92%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF279F (or 0xEF279F) is known color: Persian Rose. HEX triplet: EF, 27 and 9F. RGB value is (239,39,159). Sum of RGB (Red+Green+Blue) = 239+39+159=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF279F is #10D860. Grayscale: #707070. Windows color (decimal): -1103969 or 10430447. OLE color: 10430447.

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

Color convert

RGB 239 39 159 -
CMYK 0 0.84 0.33 0.06
HSL 324º 0.86% 0.55% -
HSV(B) 324º 0.84% 0.94% -
XYZ 42.58 22.3 34.86 -
YUV 112.48 154.26 218.24 -
System Red Green Blue C M Y K H S L
Decimal 239 39 159 0 0.84 0.33 0.06 324 0.86 0.55
Hex EF 27 9F 0 54 21 6 144 56 37
Octal 357 47 237 0 124 41 6 504 126 67
Binary 11101111 100111 10011111 0 1010100 100001 110 101000100 1010110 110111

Color Harmonies of #EF279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF279F

Black with #EF279F

Text Example


Text Example

White with #EF279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF279F; }

 p { color: rgb(239,39,159); }

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

background-color css

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

 a { background-color: rgb(239,39,159); }

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

border-color css

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

 span { border-color: rgb(239,39,159); }

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