Html Css Color HEX #EB3FAC Persian Rose

📋 copy color: '#EB3FAC'

red 235 ◦ green 63 ◦ blue 172

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

Shades of Persian Rose #EB3FAC

Tints of Persian Rose #EB3FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 50%
G = 13.4%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB3FAC (or 0xEB3FAC) is known color: Persian Rose. HEX triplet: EB, 3F and AC. RGB value is (235,63,172). Sum of RGB (Red+Green+Blue) = 235+63+172=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3FAC is #14C053. Grayscale: #7E7E7E. Windows color (decimal): -1359956 or 11288555. OLE color: 11288555.

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

Color convert

RGB 235 63 172 -
CMYK 0 0.73 0.27 0.08
HSL 321.98º 0.81% 0.58% -
HSV(B) 321.98º 0.73% 0.92% -
XYZ 43.48 24.2 41.41 -
YUV 126.85 153.48 205.14 -
System Red Green Blue C M Y K H S L
Decimal 235 63 172 0 0.73 0.27 0.08 321.98 0.81 0.58
Hex EB 3F AC 0 49 1B 8 142 51 3A
Octal 353 77 254 0 111 33 10 502 121 72
Binary 11101011 111111 10101100 0 1001001 11011 1000 101000010 1010001 111010

Color Harmonies of #EB3FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3FAC

Black with #EB3FAC

Text Example


Text Example

White with #EB3FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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