Html Css Color HEX #EB85B8 Persian Pink

📋 copy color: '#EB85B8'

red 235 ◦ green 133 ◦ blue 184

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

Shades of Persian Pink #EB85B8

Tints of Persian Pink #EB85B8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.09%

 BLUE value IS 184 (72.27% from 255) = 33.33%

R = 42.57%
G = 24.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EB85B8 (or 0xEB85B8) is known color: Persian Pink. HEX triplet: EB, 85 and B8. RGB value is (235,133,184). Sum of RGB (Red+Green+Blue) = 235+133+184=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85B8 is #147A47. Grayscale: #A9A9A9. Windows color (decimal): -1342024 or 12092907. OLE color: 12092907.

HSL color Cylindrical-coordinate representation of color #EB85B8: hue angle of 330º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB85B8 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 133 184 -
CMYK 0 0.43 0.22 0.08
HSL 330º 0.72% 0.72% -
HSV(B) 330º 0.43% 0.92% -
XYZ 51.3 37.9 49.96 -
YUV 169.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 235 133 184 0 0.43 0.22 0.08 330 0.72 0.72
Hex EB 85 B8 0 2B 16 8 14A 48 48
Octal 353 205 270 0 53 26 10 512 110 110
Binary 11101011 10000101 10111000 0 101011 10110 1000 101001010 1001000 1001000

Color Harmonies of #EB85B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85B8

Black with #EB85B8

Text Example


Text Example

White with #EB85B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85B8; }

 p { color: rgb(235,133,184); }

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

background-color css

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

 a { background-color: rgb(235,133,184); }

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

border-color css

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

 span { border-color: rgb(235,133,184); }

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