Html Css Color HEX #EB7BBE Persian Pink

📋 copy color: '#EB7BBE'

red 235 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #EB7BBE

Tints of Persian Pink #EB7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.67%

R = 42.88%
G = 22.45%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EB7BBE (or 0xEB7BBE) is known color: Persian Pink. HEX triplet: EB, 7B and BE. RGB value is (235,123,190). Sum of RGB (Red+Green+Blue) = 235+123+190=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7BBE is #148441. Grayscale: #A3A3A3. Windows color (decimal): -1344578 or 12483563. OLE color: 12483563.

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

Color convert

RGB 235 123 190 -
CMYK 0 0.48 0.19 0.08
HSL 324.11º 0.74% 0.7% -
HSV(B) 324.11º 0.48% 0.92% -
XYZ 50.64 35.55 52.91 -
YUV 164.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 235 123 190 0 0.48 0.19 0.08 324.11 0.74 0.7
Hex EB 7B BE 0 30 13 8 144 4A 46
Octal 353 173 276 0 60 23 10 504 112 106
Binary 11101011 1111011 10111110 0 110000 10011 1000 101000100 1001010 1000110

Color Harmonies of #EB7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7BBE

Black with #EB7BBE

Text Example


Text Example

White with #EB7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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