Html Css Color HEX #ED7BC3 Persian Pink

📋 copy color: '#ED7BC3'

red 237 ◦ green 123 ◦ blue 195

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

Shades of Persian Pink #ED7BC3

Tints of Persian Pink #ED7BC3

RGB

 RED value IS 237 (92.97% from 255) = 42.7%

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

 BLUE value IS 195 (76.56% from 255) = 35.14%

R = 42.7%
G = 22.16%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED7BC3 (or 0xED7BC3) is known color: Persian Pink. HEX triplet: ED, 7B and C3. RGB value is (237,123,195). Sum of RGB (Red+Green+Blue) = 237+123+195=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BC3 is #12843C. Grayscale: #A5A5A5. Windows color (decimal): -1213501 or 12811245. OLE color: 12811245.

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

Color convert

RGB 237 123 195 -
CMYK 0 0.48 0.18 0.07
HSL 322.11º 0.76% 0.71% -
HSV(B) 322.11º 0.48% 0.93% -
XYZ 51.86 36.11 55.87 -
YUV 165.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 237 123 195 0 0.48 0.18 0.07 322.11 0.76 0.71
Hex ED 7B C3 0 30 12 7 142 4C 47
Octal 355 173 303 0 60 22 7 502 114 107
Binary 11101101 1111011 11000011 0 110000 10010 111 101000010 1001100 1000111

Color Harmonies of #ED7BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BC3

Black with #ED7BC3

Text Example


Text Example

White with #ED7BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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