Html Css Color HEX #EB6EBA Persian Pink

📋 copy color: '#EB6EBA'

red 235 ◦ green 110 ◦ blue 186

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

Shades of Persian Pink #EB6EBA

Tints of Persian Pink #EB6EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.72%

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 44.26%
G = 20.72%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB6EBA (or 0xEB6EBA) is known color: Persian Pink. HEX triplet: EB, 6E and BA. RGB value is (235,110,186). Sum of RGB (Red+Green+Blue) = 235+110+186=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EBA is #149145. Grayscale: #9B9B9B. Windows color (decimal): -1347910 or 12218091. OLE color: 12218091.

HSL color Cylindrical-coordinate representation of color #EB6EBA: hue angle of 323.52º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6EBA is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 110 186 -
CMYK 0 0.53 0.21 0.08
HSL 323.52º 0.76% 0.68% -
HSV(B) 323.52º 0.53% 0.92% -
XYZ 48.7 32.36 50.13 -
YUV 156.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 235 110 186 0 0.53 0.21 0.08 323.52 0.76 0.68
Hex EB 6E BA 0 35 15 8 144 4C 44
Octal 353 156 272 0 65 25 10 504 114 104
Binary 11101011 1101110 10111010 0 110101 10101 1000 101000100 1001100 1000100

Color Harmonies of #EB6EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6EBA

Black with #EB6EBA

Text Example


Text Example

White with #EB6EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6EBA; }

 p { color: rgb(235,110,186); }

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

background-color css

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

 a { background-color: rgb(235,110,186); }

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

border-color css

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

 span { border-color: rgb(235,110,186); }

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