Html Css Color HEX #EB3DB0 Persian Rose

📋 copy color: '#EB3DB0'

red 235 ◦ green 61 ◦ blue 176

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

Shades of Persian Rose #EB3DB0

Tints of Persian Rose #EB3DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.29%

R = 49.79%
G = 12.92%
B = 37.29%

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

#EB3DB0 (or 0xEB3DB0) is known color: Persian Rose. HEX triplet: EB, 3D and B0. RGB value is (235,61,176). Sum of RGB (Red+Green+Blue) = 235+61+176=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3DB0 is #14C24F. Grayscale: #7D7D7D. Windows color (decimal): -1360464 or 11550187. OLE color: 11550187.

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

Color convert

RGB 235 61 176 -
CMYK 0 0.74 0.25 0.08
HSL 320.34º 0.81% 0.58% -
HSV(B) 320.34º 0.74% 0.92% -
XYZ 43.77 24.13 43.43 -
YUV 126.14 156.15 205.65 -
System Red Green Blue C M Y K H S L
Decimal 235 61 176 0 0.74 0.25 0.08 320.34 0.81 0.58
Hex EB 3D B0 0 4A 19 8 140 51 3A
Octal 353 75 260 0 112 31 10 500 121 72
Binary 11101011 111101 10110000 0 1001010 11001 1000 101000000 1010001 111010

Color Harmonies of #EB3DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3DB0

Black with #EB3DB0

Text Example


Text Example

White with #EB3DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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