Html Css Color HEX #ED79BC Persian Pink

📋 copy color: '#ED79BC'

red 237 ◦ green 121 ◦ blue 188

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

Shades of Persian Pink #ED79BC

Tints of Persian Pink #ED79BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.16%

 BLUE value IS 188 (73.83% from 255) = 34.43%

R = 43.41%
G = 22.16%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED79BC (or 0xED79BC) is known color: Persian Pink. HEX triplet: ED, 79 and BC. RGB value is (237,121,188). Sum of RGB (Red+Green+Blue) = 237+121+188=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79BC is #128643. Grayscale: #A3A3A3. Windows color (decimal): -1214020 or 12351981. OLE color: 12351981.

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

Color convert

RGB 237 121 188 -
CMYK 0 0.49 0.21 0.07
HSL 325.34º 0.76% 0.7% -
HSV(B) 325.34º 0.49% 0.93% -
XYZ 50.84 35.31 51.71 -
YUV 163.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 237 121 188 0 0.49 0.21 0.07 325.34 0.76 0.7
Hex ED 79 BC 0 31 15 7 145 4C 46
Octal 355 171 274 0 61 25 7 505 114 106
Binary 11101101 1111001 10111100 0 110001 10101 111 101000101 1001100 1000110

Color Harmonies of #ED79BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED79BC

Black with #ED79BC

Text Example


Text Example

White with #ED79BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED79BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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