Html Css Color HEX #EB3DB2 Persian Rose

📋 copy color: '#EB3DB2'

red 235 ◦ green 61 ◦ blue 178

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

Shades of Persian Rose #EB3DB2

Tints of Persian Rose #EB3DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 49.58%
G = 12.87%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB3DB2 (or 0xEB3DB2) is known color: Persian Rose. HEX triplet: EB, 3D and B2. RGB value is (235,61,178). Sum of RGB (Red+Green+Blue) = 235+61+178=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3DB2 is #14C24D. Grayscale: #7E7E7E. Windows color (decimal): -1360462 or 11681259. OLE color: 11681259.

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

Color convert

RGB 235 61 178 -
CMYK 0 0.74 0.24 0.08
HSL 319.66º 0.81% 0.58% -
HSV(B) 319.66º 0.74% 0.92% -
XYZ 43.97 24.21 44.48 -
YUV 126.36 157.15 205.49 -
System Red Green Blue C M Y K H S L
Decimal 235 61 178 0 0.74 0.24 0.08 319.66 0.81 0.58
Hex EB 3D B2 0 4A 18 8 140 51 3A
Octal 353 75 262 0 112 30 10 500 121 72
Binary 11101011 111101 10110010 0 1001010 11000 1000 101000000 1010001 111010

Color Harmonies of #EB3DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3DB2

Black with #EB3DB2

Text Example


Text Example

White with #EB3DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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