Html Css Color HEX #EB3FB1 Persian Rose

📋 copy color: '#EB3FB1'

red 235 ◦ green 63 ◦ blue 177

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

Shades of Persian Rose #EB3FB1

Tints of Persian Rose #EB3FB1

RGB

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

 GREEN value IS 63 (25% from 255) = 13.26%

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

R = 49.47%
G = 13.26%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB3FB1 (or 0xEB3FB1) is known color: Persian Rose. HEX triplet: EB, 3F and B1. RGB value is (235,63,177). Sum of RGB (Red+Green+Blue) = 235+63+177=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3FB1 is #14C04E. Grayscale: #7F7F7F. Windows color (decimal): -1359951 or 11616235. OLE color: 11616235.

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

Color convert

RGB 235 63 177 -
CMYK 0 0.73 0.25 0.08
HSL 320.23º 0.81% 0.58% -
HSV(B) 320.23º 0.73% 0.92% -
XYZ 43.97 24.39 43.99 -
YUV 127.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 235 63 177 0 0.73 0.25 0.08 320.23 0.81 0.58
Hex EB 3F B1 0 49 19 8 140 51 3A
Octal 353 77 261 0 111 31 10 500 121 72
Binary 11101011 111111 10110001 0 1001001 11001 1000 101000000 1010001 111010

Color Harmonies of #EB3FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3FB1

Black with #EB3FB1

Text Example


Text Example

White with #EB3FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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