Html Css Color HEX #EB30A0 Persian Rose

📋 copy color: '#EB30A0'

red 235 ◦ green 48 ◦ blue 160

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

Shades of Persian Rose #EB30A0

Tints of Persian Rose #EB30A0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.84%

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

R = 53.05%
G = 10.84%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB30A0 (or 0xEB30A0) is known color: Persian Rose. HEX triplet: EB, 30 and A0. RGB value is (235,48,160). Sum of RGB (Red+Green+Blue) = 235+48+160=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB30A0 is #14CF5F. Grayscale: #747474. Windows color (decimal): -1363808 or 10498283. OLE color: 10498283.

HSL color Cylindrical-coordinate representation of color #EB30A0: hue angle of 324.06º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB30A0 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 48 160 -
CMYK 0 0.80 0.32 0.08
HSL 324.06º 0.82% 0.55% -
HSV(B) 324.06º 0.8% 0.92% -
XYZ 41.66 22.31 35.37 -
YUV 116.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 235 48 160 0 0.80 0.32 0.08 324.06 0.82 0.55
Hex EB 30 A0 0 50 20 8 144 52 37
Octal 353 60 240 0 120 40 10 504 122 67
Binary 11101011 110000 10100000 0 1010000 100000 1000 101000100 1010010 110111

Color Harmonies of #EB30A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB30A0

Black with #EB30A0

Text Example


Text Example

White with #EB30A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB30A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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