Html Css Color HEX #EF299B Persian Rose

📋 copy color: '#EF299B'

red 239 ◦ green 41 ◦ blue 155

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

Shades of Persian Rose #EF299B

Tints of Persian Rose #EF299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 54.94%
G = 9.43%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF299B (or 0xEF299B) is known color: Persian Rose. HEX triplet: EF, 29 and 9B. RGB value is (239,41,155). Sum of RGB (Red+Green+Blue) = 239+41+155=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF299B is #10D664. Grayscale: #707070. Windows color (decimal): -1103461 or 10168815. OLE color: 10168815.

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

Color convert

RGB 239 41 155 -
CMYK 0 0.83 0.35 0.06
HSL 325.45º 0.86% 0.55% -
HSV(B) 325.45º 0.83% 0.94% -
XYZ 42.31 22.3 33.09 -
YUV 113.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 239 41 155 0 0.83 0.35 0.06 325.45 0.86 0.55
Hex EF 29 9B 0 53 23 6 145 56 37
Octal 357 51 233 0 123 43 6 505 126 67
Binary 11101111 101001 10011011 0 1010011 100011 110 101000101 1010110 110111

Color Harmonies of #EF299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF299B

Black with #EF299B

Text Example


Text Example

White with #EF299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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