Html Css Color HEX #EF279D Persian Rose

📋 copy color: '#EF279D'

red 239 ◦ green 39 ◦ blue 157

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

Shades of Persian Rose #EF279D

Tints of Persian Rose #EF279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.09%

R = 54.94%
G = 8.97%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF279D (or 0xEF279D) is known color: Persian Rose. HEX triplet: EF, 27 and 9D. RGB value is (239,39,157). Sum of RGB (Red+Green+Blue) = 239+39+157=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF279D is #10D862. Grayscale: #6F6F6F. Windows color (decimal): -1103971 or 10299375. OLE color: 10299375.

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

Color convert

RGB 239 39 157 -
CMYK 0 0.84 0.34 0.06
HSL 324.6º 0.86% 0.55% -
HSV(B) 324.6º 0.84% 0.94% -
XYZ 42.41 22.24 33.96 -
YUV 112.25 153.26 218.41 -
System Red Green Blue C M Y K H S L
Decimal 239 39 157 0 0.84 0.34 0.06 324.6 0.86 0.55
Hex EF 27 9D 0 54 22 6 145 56 37
Octal 357 47 235 0 124 42 6 505 126 67
Binary 11101111 100111 10011101 0 1010100 100010 110 101000101 1010110 110111

Color Harmonies of #EF279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF279D

Black with #EF279D

Text Example


Text Example

White with #EF279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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