Html Css Color HEX #EB70BD Persian Pink

📋 copy color: '#EB70BD'

red 235 ◦ green 112 ◦ blue 189

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

Shades of Persian Pink #EB70BD

Tints of Persian Pink #EB70BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.9%

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 43.84%
G = 20.9%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB70BD (or 0xEB70BD) is known color: Persian Pink. HEX triplet: EB, 70 and BD. RGB value is (235,112,189). Sum of RGB (Red+Green+Blue) = 235+112+189=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB70BD is #148F42. Grayscale: #9D9D9D. Windows color (decimal): -1347395 or 12415211. OLE color: 12415211.

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

Color convert

RGB 235 112 189 -
CMYK 0 0.52 0.20 0.08
HSL 322.44º 0.75% 0.68% -
HSV(B) 322.44º 0.52% 0.92% -
XYZ 49.24 32.92 51.9 -
YUV 157.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 235 112 189 0 0.52 0.20 0.08 322.44 0.75 0.68
Hex EB 70 BD 0 34 14 8 142 4B 44
Octal 353 160 275 0 64 24 10 502 113 104
Binary 11101011 1110000 10111101 0 110100 10100 1000 101000010 1001011 1000100

Color Harmonies of #EB70BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB70BD

Black with #EB70BD

Text Example


Text Example

White with #EB70BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB70BD; }

 p { color: rgb(235,112,189); }

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

background-color css

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

 a { background-color: rgb(235,112,189); }

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

border-color css

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

 span { border-color: rgb(235,112,189); }

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