Html Css Color HEX #EB28A5 Persian Rose

📋 copy color: '#EB28A5'

red 235 ◦ green 40 ◦ blue 165

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

Shades of Persian Rose #EB28A5

Tints of Persian Rose #EB28A5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.09%

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 53.41%
G = 9.09%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EB28A5 (or 0xEB28A5) is known color: Persian Rose. HEX triplet: EB, 28 and A5. RGB value is (235,40,165). Sum of RGB (Red+Green+Blue) = 235+40+165=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB28A5 is #14D75A. Grayscale: #707070. Windows color (decimal): -1365851 or 10823915. OLE color: 10823915.

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

Color convert

RGB 235 40 165 -
CMYK 0 0.83 0.30 0.08
HSL 321.54º 0.83% 0.54% -
HSV(B) 321.54º 0.83% 0.92% -
XYZ 41.81 21.9 37.62 -
YUV 112.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 235 40 165 0 0.83 0.30 0.08 321.54 0.83 0.54
Hex EB 28 A5 0 53 1E 8 142 53 36
Octal 353 50 245 0 123 36 10 502 123 66
Binary 11101011 101000 10100101 0 1010011 11110 1000 101000010 1010011 110110

Color Harmonies of #EB28A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28A5

Black with #EB28A5

Text Example


Text Example

White with #EB28A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28A5; }

 p { color: rgb(235,40,165); }

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

background-color css

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

 a { background-color: rgb(235,40,165); }

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

border-color css

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

 span { border-color: rgb(235,40,165); }

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