Html Css Color HEX #EB3DB1 Persian Rose

📋 copy color: '#EB3DB1'

red 235 ◦ green 61 ◦ blue 177

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

Shades of Persian Rose #EB3DB1

Tints of Persian Rose #EB3DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.9%

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

R = 49.68%
G = 12.9%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB3DB1 (or 0xEB3DB1) is known color: Persian Rose. HEX triplet: EB, 3D and B1. RGB value is (235,61,177). Sum of RGB (Red+Green+Blue) = 235+61+177=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3DB1 is #14C24E. Grayscale: #7D7D7D. Windows color (decimal): -1360463 or 11615723. OLE color: 11615723.

HSL color Cylindrical-coordinate representation of color #EB3DB1: hue angle of 320º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3DB1 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 61 177 -
CMYK 0 0.74 0.25 0.08
HSL 320º 0.81% 0.58% -
HSV(B) 320º 0.74% 0.92% -
XYZ 43.87 24.17 43.95 -
YUV 126.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 235 61 177 0 0.74 0.25 0.08 320 0.81 0.58
Hex EB 3D B1 0 4A 19 8 140 51 3A
Octal 353 75 261 0 112 31 10 500 121 72
Binary 11101011 111101 10110001 0 1001010 11001 1000 101000000 1010001 111010

Color Harmonies of #EB3DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3DB1

Black with #EB3DB1

Text Example


Text Example

White with #EB3DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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