Html Css Color HEX #EF299D Persian Rose

📋 copy color: '#EF299D'

red 239 ◦ green 41 ◦ blue 157

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

Shades of Persian Rose #EF299D

Tints of Persian Rose #EF299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.38%

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

R = 54.69%
G = 9.38%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF299D (or 0xEF299D) is known color: Persian Rose. HEX triplet: EF, 29 and 9D. RGB value is (239,41,157). Sum of RGB (Red+Green+Blue) = 239+41+157=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF299D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF299D is #10D662. Grayscale: #717171. Windows color (decimal): -1103459 or 10299887. OLE color: 10299887.

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

Color convert

RGB 239 41 157 -
CMYK 0 0.83 0.34 0.06
HSL 324.85º 0.86% 0.55% -
HSV(B) 324.85º 0.83% 0.94% -
XYZ 42.48 22.37 33.98 -
YUV 113.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 239 41 157 0 0.83 0.34 0.06 324.85 0.86 0.55
Hex EF 29 9D 0 53 22 6 145 56 37
Octal 357 51 235 0 123 42 6 505 126 67
Binary 11101111 101001 10011101 0 1010011 100010 110 101000101 1010110 110111

Color Harmonies of #EF299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF299D

Black with #EF299D

Text Example


Text Example

White with #EF299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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