Html Css Color HEX #ED7CB0 Persian Pink

📋 copy color: '#ED7CB0'

red 237 ◦ green 124 ◦ blue 176

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

Shades of Persian Pink #ED7CB0

Tints of Persian Pink #ED7CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.77%

R = 44.13%
G = 23.09%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED7CB0 (or 0xED7CB0) is known color: Persian Pink. HEX triplet: ED, 7C and B0. RGB value is (237,124,176). Sum of RGB (Red+Green+Blue) = 237+124+176=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7CB0 is #12834F. Grayscale: #A3A3A3. Windows color (decimal): -1213264 or 11566317. OLE color: 11566317.

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

Color convert

RGB 237 124 176 -
CMYK 0 0.48 0.26 0.07
HSL 332.39º 0.76% 0.71% -
HSV(B) 332.39º 0.48% 0.93% -
XYZ 49.97 35.55 45.3 -
YUV 163.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 237 124 176 0 0.48 0.26 0.07 332.39 0.76 0.71
Hex ED 7C B0 0 30 1A 7 14C 4C 47
Octal 355 174 260 0 60 32 7 514 114 107
Binary 11101101 1111100 10110000 0 110000 11010 111 101001100 1001100 1000111

Color Harmonies of #ED7CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CB0

Black with #ED7CB0

Text Example


Text Example

White with #ED7CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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