Html Css Color HEX #EB3BA8 Persian Rose

📋 copy color: '#EB3BA8'

red 235 ◦ green 59 ◦ blue 168

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

Shades of Persian Rose #EB3BA8

Tints of Persian Rose #EB3BA8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.77%

 BLUE value IS 168 (66.02% from 255) = 36.36%

R = 50.87%
G = 12.77%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB3BA8 (or 0xEB3BA8) is known color: Persian Rose. HEX triplet: EB, 3B and A8. RGB value is (235,59,168). Sum of RGB (Red+Green+Blue) = 235+59+168=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3BA8 is #14C457. Grayscale: #7B7B7B. Windows color (decimal): -1360984 or 11025387. OLE color: 11025387.

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

Color convert

RGB 235 59 168 -
CMYK 0 0.75 0.29 0.08
HSL 322.84º 0.81% 0.58% -
HSV(B) 322.84º 0.75% 0.92% -
XYZ 42.89 23.62 39.34 -
YUV 124.05 152.81 207.14 -
System Red Green Blue C M Y K H S L
Decimal 235 59 168 0 0.75 0.29 0.08 322.84 0.81 0.58
Hex EB 3B A8 0 4B 1D 8 143 51 3A
Octal 353 73 250 0 113 35 10 503 121 72
Binary 11101011 111011 10101000 0 1001011 11101 1000 101000011 1010001 111010

Color Harmonies of #EB3BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3BA8

Black with #EB3BA8

Text Example


Text Example

White with #EB3BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3BA8; }

 p { color: rgb(235,59,168); }

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

background-color css

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

 a { background-color: rgb(235,59,168); }

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

border-color css

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

 span { border-color: rgb(235,59,168); }

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