Html Css Color HEX #EB24A0 Persian Rose

📋 copy color: '#EB24A0'

red 235 ◦ green 36 ◦ blue 160

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

Shades of Persian Rose #EB24A0

Tints of Persian Rose #EB24A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 54.52%
G = 8.35%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB24A0 (or 0xEB24A0) is known color: Persian Rose. HEX triplet: EB, 24 and A0. RGB value is (235,36,160). Sum of RGB (Red+Green+Blue) = 235+36+160=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB24A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB24A0 is #14DB5F. Grayscale: #6D6D6D. Windows color (decimal): -1366880 or 10495211. OLE color: 10495211.

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

Color convert

RGB 235 36 160 -
CMYK 0 0.85 0.32 0.08
HSL 322.61º 0.83% 0.53% -
HSV(B) 322.61º 0.85% 0.92% -
XYZ 41.24 21.46 35.23 -
YUV 109.64 156.43 217.42 -
System Red Green Blue C M Y K H S L
Decimal 235 36 160 0 0.85 0.32 0.08 322.61 0.83 0.53
Hex EB 24 A0 0 55 20 8 143 53 35
Octal 353 44 240 0 125 40 10 503 123 65
Binary 11101011 100100 10100000 0 1010101 100000 1000 101000011 1010011 110101

Color Harmonies of #EB24A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB24A0

Black with #EB24A0

Text Example


Text Example

White with #EB24A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB24A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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