Html Css Color HEX #ED729D Pale Violet Red

📋 copy color: '#ED729D'

red 237 ◦ green 114 ◦ blue 157

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

Shades of Pale Violet Red #ED729D

Tints of Pale Violet Red #ED729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.44%

 BLUE value IS 157 (61.72% from 255) = 30.91%

R = 46.65%
G = 22.44%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED729D (or 0xED729D) is known color: Pale Violet Red. HEX triplet: ED, 72 and 9D. RGB value is (237,114,157). Sum of RGB (Red+Green+Blue) = 237+114+157=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED729D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED729D is #128D62. Grayscale: #9B9B9B. Windows color (decimal): -1215843 or 10318573. OLE color: 10318573.

HSL color Cylindrical-coordinate representation of color #ED729D: hue angle of 339.02º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED729D is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 114 157 -
CMYK 0 0.52 0.34 0.07
HSL 339.02º 0.77% 0.69% -
HSV(B) 339.02º 0.52% 0.93% -
XYZ 47.03 32.47 35.69 -
YUV 155.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 237 114 157 0 0.52 0.34 0.07 339.02 0.77 0.69
Hex ED 72 9D 0 34 22 7 153 4D 45
Octal 355 162 235 0 64 42 7 523 115 105
Binary 11101101 1110010 10011101 0 110100 100010 111 101010011 1001101 1000101

Color Harmonies of #ED729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED729D

Black with #ED729D

Text Example


Text Example

White with #ED729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED729D; }

 p { color: rgb(237,114,157); }

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

background-color css

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

 a { background-color: rgb(237,114,157); }

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

border-color css

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

 span { border-color: rgb(237,114,157); }

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