Html Css Color HEX #EF279C Persian Rose

📋 copy color: '#EF279C'

red 239 ◦ green 39 ◦ blue 156

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

Shades of Persian Rose #EF279C

Tints of Persian Rose #EF279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 55.07%
G = 8.99%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF279C (or 0xEF279C) is known color: Persian Rose. HEX triplet: EF, 27 and 9C. RGB value is (239,39,156). Sum of RGB (Red+Green+Blue) = 239+39+156=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF279C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF279C is #10D863. Grayscale: #6F6F6F. Windows color (decimal): -1103972 or 10233839. OLE color: 10233839.

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

Color convert

RGB 239 39 156 -
CMYK 0 0.84 0.35 0.06
HSL 324.9º 0.86% 0.55% -
HSV(B) 324.9º 0.84% 0.94% -
XYZ 42.32 22.2 33.51 -
YUV 112.14 152.76 218.49 -
System Red Green Blue C M Y K H S L
Decimal 239 39 156 0 0.84 0.35 0.06 324.9 0.86 0.55
Hex EF 27 9C 0 54 23 6 145 56 37
Octal 357 47 234 0 124 43 6 505 126 67
Binary 11101111 100111 10011100 0 1010100 100011 110 101000101 1010110 110111

Color Harmonies of #EF279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF279C

Black with #EF279C

Text Example


Text Example

White with #EF279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF279C; }

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

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

background-color css

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

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

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

border-color css

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

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

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