Html Css Color HEX #ED7CB6 Persian Pink

📋 copy color: '#ED7CB6'

red 237 ◦ green 124 ◦ blue 182

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

Shades of Persian Pink #ED7CB6

Tints of Persian Pink #ED7CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.52%

R = 43.65%
G = 22.84%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED7CB6 (or 0xED7CB6) is known color: Persian Pink. HEX triplet: ED, 7C and B6. RGB value is (237,124,182). Sum of RGB (Red+Green+Blue) = 237+124+182=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CB6 is #128349. Grayscale: #A4A4A4. Windows color (decimal): -1213258 or 11959533. OLE color: 11959533.

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

Color convert

RGB 237 124 182 -
CMYK 0 0.48 0.23 0.07
HSL 329.2º 0.76% 0.71% -
HSV(B) 329.2º 0.48% 0.93% -
XYZ 50.58 35.8 48.5 -
YUV 164.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 237 124 182 0 0.48 0.23 0.07 329.2 0.76 0.71
Hex ED 7C B6 0 30 17 7 149 4C 47
Octal 355 174 266 0 60 27 7 511 114 107
Binary 11101101 1111100 10110110 0 110000 10111 111 101001001 1001100 1000111

Color Harmonies of #ED7CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CB6

Black with #ED7CB6

Text Example


Text Example

White with #ED7CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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