Html Css Color HEX #EB25A0 Persian Rose

📋 copy color: '#EB25A0'

red 235 ◦ green 37 ◦ blue 160

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

Shades of Persian Rose #EB25A0

Tints of Persian Rose #EB25A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.56%

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

R = 54.4%
G = 8.56%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB25A0 (or 0xEB25A0) is known color: Persian Rose. HEX triplet: EB, 25 and A0. RGB value is (235,37,160). Sum of RGB (Red+Green+Blue) = 235+37+160=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB25A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB25A0 is #14DA5F. Grayscale: #6D6D6D. Windows color (decimal): -1366624 or 10495467. OLE color: 10495467.

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

Color convert

RGB 235 37 160 -
CMYK 0 0.84 0.32 0.08
HSL 322.73º 0.83% 0.53% -
HSV(B) 322.73º 0.84% 0.92% -
XYZ 41.27 21.52 35.24 -
YUV 110.22 156.1 217 -
System Red Green Blue C M Y K H S L
Decimal 235 37 160 0 0.84 0.32 0.08 322.73 0.83 0.53
Hex EB 25 A0 0 54 20 8 143 53 35
Octal 353 45 240 0 124 40 10 503 123 65
Binary 11101011 100101 10100000 0 1010100 100000 1000 101000011 1010011 110101

Color Harmonies of #EB25A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB25A0

Black with #EB25A0

Text Example


Text Example

White with #EB25A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB25A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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