Html Css Color HEX #EB299A Persian Rose

📋 copy color: '#EB299A'

red 235 ◦ green 41 ◦ blue 154

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

Shades of Persian Rose #EB299A

Tints of Persian Rose #EB299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 54.65%
G = 9.53%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB299A (or 0xEB299A) is known color: Persian Rose. HEX triplet: EB, 29 and 9A. RGB value is (235,41,154). Sum of RGB (Red+Green+Blue) = 235+41+154=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB299A is #14D665. Grayscale: #6F6F6F. Windows color (decimal): -1365606 or 10103275. OLE color: 10103275.

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

Color convert

RGB 235 41 154 -
CMYK 0 0.83 0.34 0.08
HSL 325.05º 0.83% 0.54% -
HSV(B) 325.05º 0.83% 0.92% -
XYZ 40.89 21.58 32.58 -
YUV 111.89 151.77 215.81 -
System Red Green Blue C M Y K H S L
Decimal 235 41 154 0 0.83 0.34 0.08 325.05 0.83 0.54
Hex EB 29 9A 0 53 22 8 145 53 36
Octal 353 51 232 0 123 42 10 505 123 66
Binary 11101011 101001 10011010 0 1010011 100010 1000 101000101 1010011 110110

Color Harmonies of #EB299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB299A

Black with #EB299A

Text Example


Text Example

White with #EB299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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