Html Css Color HEX #EB299C Persian Rose

📋 copy color: '#EB299C'

red 235 ◦ green 41 ◦ blue 156

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

Shades of Persian Rose #EB299C

Tints of Persian Rose #EB299C

RGB

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

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

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

R = 54.4%
G = 9.49%
B = 36.11%

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

#EB299C (or 0xEB299C) is known color: Persian Rose. HEX triplet: EB, 29 and 9C. RGB value is (235,41,156). Sum of RGB (Red+Green+Blue) = 235+41+156=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB299C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB299C is #14D663. Grayscale: #6F6F6F. Windows color (decimal): -1365604 or 10234347. OLE color: 10234347.

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

Color convert

RGB 235 41 156 -
CMYK 0 0.83 0.34 0.08
HSL 324.43º 0.83% 0.54% -
HSV(B) 324.43º 0.83% 0.92% -
XYZ 41.05 21.65 33.47 -
YUV 112.12 152.77 215.65 -
System Red Green Blue C M Y K H S L
Decimal 235 41 156 0 0.83 0.34 0.08 324.43 0.83 0.54
Hex EB 29 9C 0 53 22 8 144 53 36
Octal 353 51 234 0 123 42 10 504 123 66
Binary 11101011 101001 10011100 0 1010011 100010 1000 101000100 1010011 110110

Color Harmonies of #EB299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB299C

Black with #EB299C

Text Example


Text Example

White with #EB299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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