Html Css Color HEX #EB249D Persian Rose

📋 copy color: '#EB249D'

red 235 ◦ green 36 ◦ blue 157

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

Shades of Persian Rose #EB249D

Tints of Persian Rose #EB249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 54.91%
G = 8.41%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB249D (or 0xEB249D) is known color: Persian Rose. HEX triplet: EB, 24 and 9D. RGB value is (235,36,157). Sum of RGB (Red+Green+Blue) = 235+36+157=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB249D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB249D is #14DB62. Grayscale: #6D6D6D. Windows color (decimal): -1366883 or 10298603. OLE color: 10298603.

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

Color convert

RGB 235 36 157 -
CMYK 0 0.85 0.33 0.08
HSL 323.52º 0.83% 0.53% -
HSV(B) 323.52º 0.85% 0.92% -
XYZ 40.98 21.36 33.86 -
YUV 109.3 154.93 217.66 -
System Red Green Blue C M Y K H S L
Decimal 235 36 157 0 0.85 0.33 0.08 323.52 0.83 0.53
Hex EB 24 9D 0 55 21 8 144 53 35
Octal 353 44 235 0 125 41 10 504 123 65
Binary 11101011 100100 10011101 0 1010101 100001 1000 101000100 1010011 110101

Color Harmonies of #EB249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB249D

Black with #EB249D

Text Example


Text Example

White with #EB249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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