Html Css Color HEX #EB249C Persian Rose

📋 copy color: '#EB249C'

red 235 ◦ green 36 ◦ blue 156

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

Shades of Persian Rose #EB249C

Tints of Persian Rose #EB249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.43%

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

R = 55.04%
G = 8.43%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB249C (or 0xEB249C) is known color: Persian Rose. HEX triplet: EB, 24 and 9C. RGB value is (235,36,156). Sum of RGB (Red+Green+Blue) = 235+36+156=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB249C is #14DB63. Grayscale: #6C6C6C. Windows color (decimal): -1366884 or 10233067. OLE color: 10233067.

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

Color convert

RGB 235 36 156 -
CMYK 0 0.85 0.34 0.08
HSL 323.82º 0.83% 0.53% -
HSV(B) 323.82º 0.85% 0.92% -
XYZ 40.89 21.32 33.41 -
YUV 109.18 154.43 217.74 -
System Red Green Blue C M Y K H S L
Decimal 235 36 156 0 0.85 0.34 0.08 323.82 0.83 0.53
Hex EB 24 9C 0 55 22 8 144 53 35
Octal 353 44 234 0 125 42 10 504 123 65
Binary 11101011 100100 10011100 0 1010101 100010 1000 101000100 1010011 110101

Color Harmonies of #EB249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB249C

Black with #EB249C

Text Example


Text Example

White with #EB249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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