#ED7BBC

Color #ED7BBC Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #ED7BBC

Tints of Persian Pink #ED7BBC

Color information

#ED7BBC (or 0xED7BBC) is unknown color: approx Persian Pink. HEX triplet: ED, 7B and BC. RGB value is (237,123,188). Sum of RGB (Red+Green+Blue) = 237+123+188=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BBC is #128443. Grayscale: #A4A4A4. Windows color (decimal): -1213508 or 12352493. OLE color: 12352493.

HSL color Cylindrical-coordinate representation of color #ED7BBC: hue angle of 325.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7BBC is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237123188-
CMYK00.480.210.07
HSL325.79º76%70.59%-
HSV(B)325.79º48.1%92.94%-
XYZ51.0935.851.79-
YUV164.5141.27179.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 123 (48.44% from 255) = 22.45%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=43.25%
G=22.45%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712318800.480.210.07325.797670.59
HexED7BBC0301571464c47
Octal355173274060257506114107
Binary1110110111110111011110001100001010111110100011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7BBC; }

 p { color: rgb(237,123,188); }

 H1.HeaderClassName
 {
   color: #ED7BBC;
 }
 .AnyTagClassName
 {
   color: #ED7BBC;
 }
</style>
background-color css

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

 a { background-color: rgb(237,123,188); }

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

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

 span { border-color: rgb(237,123,188); }

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