Html Css Color HEX #ED7CB3 Persian Pink

📋 copy color: '#ED7CB3'

red 237 ◦ green 124 ◦ blue 179

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

Shades of Persian Pink #ED7CB3

Tints of Persian Pink #ED7CB3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.96%

 BLUE value IS 179 (70.31% from 255) = 33.15%

R = 43.89%
G = 22.96%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED7CB3 (or 0xED7CB3) is known color: Persian Pink. HEX triplet: ED, 7C and B3. RGB value is (237,124,179). Sum of RGB (Red+Green+Blue) = 237+124+179=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CB3 is #12834C. Grayscale: #A3A3A3. Windows color (decimal): -1213261 or 11762925. OLE color: 11762925.

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

Color convert

RGB 237 124 179 -
CMYK 0 0.48 0.24 0.07
HSL 330.8º 0.76% 0.71% -
HSV(B) 330.8º 0.48% 0.93% -
XYZ 50.27 35.67 46.88 -
YUV 164.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 237 124 179 0 0.48 0.24 0.07 330.8 0.76 0.71
Hex ED 7C B3 0 30 18 7 14B 4C 47
Octal 355 174 263 0 60 30 7 513 114 107
Binary 11101101 1111100 10110011 0 110000 11000 111 101001011 1001100 1000111

Color Harmonies of #ED7CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CB3

Black with #ED7CB3

Text Example


Text Example

White with #ED7CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CB3; }

 p { color: rgb(237,124,179); }

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

background-color css

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

 a { background-color: rgb(237,124,179); }

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

border-color css

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

 span { border-color: rgb(237,124,179); }

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