Html Css Color HEX #EB299F Persian Rose

📋 copy color: '#EB299F'

red 235 ◦ green 41 ◦ blue 159

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

Shades of Persian Rose #EB299F

Tints of Persian Rose #EB299F

RGB

 RED value IS 235 (92.19% from 255) = 54.02%

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

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

R = 54.02%
G = 9.43%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB299F (or 0xEB299F) is known color: Persian Rose. HEX triplet: EB, 29 and 9F. RGB value is (235,41,159). Sum of RGB (Red+Green+Blue) = 235+41+159=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB299F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB299F is #14D660. Grayscale: #707070. Windows color (decimal): -1365601 or 10430955. OLE color: 10430955.

HSL color Cylindrical-coordinate representation of color #EB299F: hue angle of 323.51º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB299F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 41 159 -
CMYK 0 0.83 0.32 0.08
HSL 323.51º 0.83% 0.54% -
HSV(B) 323.51º 0.83% 0.92% -
XYZ 41.31 21.75 34.82 -
YUV 112.46 154.27 215.41 -
System Red Green Blue C M Y K H S L
Decimal 235 41 159 0 0.83 0.32 0.08 323.51 0.83 0.54
Hex EB 29 9F 0 53 20 8 144 53 36
Octal 353 51 237 0 123 40 10 504 123 66
Binary 11101011 101001 10011111 0 1010011 100000 1000 101000100 1010011 110110

Color Harmonies of #EB299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB299F

Black with #EB299F

Text Example


Text Example

White with #EB299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB299F; }

 p { color: rgb(235,41,159); }

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

background-color css

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

 a { background-color: rgb(235,41,159); }

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

border-color css

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

 span { border-color: rgb(235,41,159); }

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