Html Css Color HEX #EB25A3 Persian Rose

📋 copy color: '#EB25A3'

red 235 ◦ green 37 ◦ blue 163

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

Shades of Persian Rose #EB25A3

Tints of Persian Rose #EB25A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.47%

R = 54.02%
G = 8.51%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB25A3 (or 0xEB25A3) is known color: Persian Rose. HEX triplet: EB, 25 and A3. RGB value is (235,37,163). Sum of RGB (Red+Green+Blue) = 235+37+163=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB25A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB25A3 is #14DA5C. Grayscale: #6E6E6E. Windows color (decimal): -1366621 or 10692075. OLE color: 10692075.

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

Color convert

RGB 235 37 163 -
CMYK 0 0.84 0.31 0.08
HSL 321.82º 0.83% 0.53% -
HSV(B) 321.82º 0.84% 0.92% -
XYZ 41.53 21.63 36.64 -
YUV 110.57 157.6 216.75 -
System Red Green Blue C M Y K H S L
Decimal 235 37 163 0 0.84 0.31 0.08 321.82 0.83 0.53
Hex EB 25 A3 0 54 1F 8 142 53 35
Octal 353 45 243 0 124 37 10 502 123 65
Binary 11101011 100101 10100011 0 1010100 11111 1000 101000010 1010011 110101

Color Harmonies of #EB25A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB25A3

Black with #EB25A3

Text Example


Text Example

White with #EB25A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB25A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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