Html Css Color HEX #EB7BC2 Persian Pink

📋 copy color: '#EB7BC2'

red 235 ◦ green 123 ◦ blue 194

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

Shades of Persian Pink #EB7BC2

Tints of Persian Pink #EB7BC2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.28%

 BLUE value IS 194 (76.17% from 255) = 35.14%

R = 42.57%
G = 22.28%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB7BC2 (or 0xEB7BC2) is known color: Persian Pink. HEX triplet: EB, 7B and C2. RGB value is (235,123,194). Sum of RGB (Red+Green+Blue) = 235+123+194=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7BC2 is #14843D. Grayscale: #A4A4A4. Windows color (decimal): -1344574 or 12745707. OLE color: 12745707.

HSL color Cylindrical-coordinate representation of color #EB7BC2: hue angle of 321.96º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7BC2 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 123 194 -
CMYK 0 0.48 0.17 0.08
HSL 321.96º 0.74% 0.7% -
HSV(B) 321.96º 0.48% 0.92% -
XYZ 51.08 35.72 55.24 -
YUV 164.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 235 123 194 0 0.48 0.17 0.08 321.96 0.74 0.7
Hex EB 7B C2 0 30 11 8 142 4A 46
Octal 353 173 302 0 60 21 10 502 112 106
Binary 11101011 1111011 11000010 0 110000 10001 1000 101000010 1001010 1000110

Color Harmonies of #EB7BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7BC2

Black with #EB7BC2

Text Example


Text Example

White with #EB7BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7BC2; }

 p { color: rgb(235,123,194); }

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

background-color css

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

 a { background-color: rgb(235,123,194); }

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

border-color css

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

 span { border-color: rgb(235,123,194); }

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