Html Css Color HEX #EB25A8 Persian Rose

📋 copy color: '#EB25A8'

red 235 ◦ green 37 ◦ blue 168

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

Shades of Persian Rose #EB25A8

Tints of Persian Rose #EB25A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 53.41%
G = 8.41%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB25A8 (or 0xEB25A8) is known color: Persian Rose. HEX triplet: EB, 25 and A8. RGB value is (235,37,168). Sum of RGB (Red+Green+Blue) = 235+37+168=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB25A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB25A8 is #14DA57. Grayscale: #6E6E6E. Windows color (decimal): -1366616 or 11019755. OLE color: 11019755.

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

Color convert

RGB 235 37 168 -
CMYK 0 0.84 0.29 0.08
HSL 320.3º 0.83% 0.53% -
HSV(B) 320.3º 0.84% 0.92% -
XYZ 41.99 21.81 39.04 -
YUV 111.14 160.1 216.35 -
System Red Green Blue C M Y K H S L
Decimal 235 37 168 0 0.84 0.29 0.08 320.3 0.83 0.53
Hex EB 25 A8 0 54 1D 8 140 53 35
Octal 353 45 250 0 124 35 10 500 123 65
Binary 11101011 100101 10101000 0 1010100 11101 1000 101000000 1010011 110101

Color Harmonies of #EB25A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB25A8

Black with #EB25A8

Text Example


Text Example

White with #EB25A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB25A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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