Html Css Color HEX #EB30B1 Persian Rose

📋 copy color: '#EB30B1'

red 235 ◦ green 48 ◦ blue 177

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

Shades of Persian Rose #EB30B1

Tints of Persian Rose #EB30B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.48%

R = 51.09%
G = 10.43%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB30B1 (or 0xEB30B1) is known color: Persian Rose. HEX triplet: EB, 30 and B1. RGB value is (235,48,177). Sum of RGB (Red+Green+Blue) = 235+48+177=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB30B1 is #14CF4E. Grayscale: #767676. Windows color (decimal): -1363791 or 11612395. OLE color: 11612395.

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

Color convert

RGB 235 48 177 -
CMYK 0 0.80 0.25 0.08
HSL 318.61º 0.82% 0.55% -
HSV(B) 318.61º 0.8% 0.92% -
XYZ 43.25 22.95 43.75 -
YUV 118.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 235 48 177 0 0.80 0.25 0.08 318.61 0.82 0.55
Hex EB 30 B1 0 50 19 8 13F 52 37
Octal 353 60 261 0 120 31 10 477 122 67
Binary 11101011 110000 10110001 0 1010000 11001 1000 100111111 1010010 110111

Color Harmonies of #EB30B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB30B1

Black with #EB30B1

Text Example


Text Example

White with #EB30B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB30B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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