Html Css Color HEX #EB7DC0 Persian Pink

📋 copy color: '#EB7DC0'

red 235 ◦ green 125 ◦ blue 192

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

Shades of Persian Pink #EB7DC0

Tints of Persian Pink #EB7DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.64%

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 42.57%
G = 22.64%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB7DC0 (or 0xEB7DC0) is known color: Persian Pink. HEX triplet: EB, 7D and C0. RGB value is (235,125,192). Sum of RGB (Red+Green+Blue) = 235+125+192=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DC0 is #14823F. Grayscale: #A5A5A5. Windows color (decimal): -1344064 or 12615147. OLE color: 12615147.

HSL color Cylindrical-coordinate representation of color #EB7DC0: hue angle of 323.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7DC0 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 125 192 -
CMYK 0 0.47 0.18 0.08
HSL 323.45º 0.73% 0.71% -
HSV(B) 323.45º 0.47% 0.92% -
XYZ 51.11 36.14 54.15 -
YUV 165.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 235 125 192 0 0.47 0.18 0.08 323.45 0.73 0.71
Hex EB 7D C0 0 2F 12 8 143 49 47
Octal 353 175 300 0 57 22 10 503 111 107
Binary 11101011 1111101 11000000 0 101111 10010 1000 101000011 1001001 1000111

Color Harmonies of #EB7DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7DC0

Black with #EB7DC0

Text Example


Text Example

White with #EB7DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7DC0; }

 p { color: rgb(235,125,192); }

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

background-color css

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

 a { background-color: rgb(235,125,192); }

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

border-color css

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

 span { border-color: rgb(235,125,192); }

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