Html Css Color HEX #EB249B Persian Rose

📋 copy color: '#EB249B'

red 235 ◦ green 36 ◦ blue 155

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

Shades of Persian Rose #EB249B

Tints of Persian Rose #EB249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 55.16%
G = 8.45%
B = 36.38%

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

#EB249B (or 0xEB249B) is known color: Persian Rose. HEX triplet: EB, 24 and 9B. RGB value is (235,36,155). Sum of RGB (Red+Green+Blue) = 235+36+155=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB249B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB249B is #14DB64. Grayscale: #6C6C6C. Windows color (decimal): -1366885 or 10167531. OLE color: 10167531.

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

Color convert

RGB 235 36 155 -
CMYK 0 0.85 0.34 0.08
HSL 324.12º 0.83% 0.53% -
HSV(B) 324.12º 0.85% 0.92% -
XYZ 40.81 21.29 32.97 -
YUV 109.07 153.93 217.82 -
System Red Green Blue C M Y K H S L
Decimal 235 36 155 0 0.85 0.34 0.08 324.12 0.83 0.53
Hex EB 24 9B 0 55 22 8 144 53 35
Octal 353 44 233 0 125 42 10 504 123 65
Binary 11101011 100100 10011011 0 1010101 100010 1000 101000100 1010011 110101

Color Harmonies of #EB249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB249B

Black with #EB249B

Text Example


Text Example

White with #EB249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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