Html Css Color HEX #ED719C Pale Violet Red

📋 copy color: '#ED719C'

red 237 ◦ green 113 ◦ blue 156

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

Shades of Pale Violet Red #ED719C

Tints of Pale Violet Red #ED719C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.33%

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 46.84%
G = 22.33%
B = 30.83%

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

#ED719C (or 0xED719C) is known color: Pale Violet Red. HEX triplet: ED, 71 and 9C. RGB value is (237,113,156). Sum of RGB (Red+Green+Blue) = 237+113+156=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED719C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED719C is #128E63. Grayscale: #9A9A9A. Windows color (decimal): -1216100 or 10252781. OLE color: 10252781.

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

Color convert

RGB 237 113 156 -
CMYK 0 0.52 0.34 0.07
HSL 339.19º 0.78% 0.69% -
HSV(B) 339.19º 0.52% 0.93% -
XYZ 46.83 32.22 35.2 -
YUV 154.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 237 113 156 0 0.52 0.34 0.07 339.19 0.78 0.69
Hex ED 71 9C 0 34 22 7 153 4E 45
Octal 355 161 234 0 64 42 7 523 116 105
Binary 11101101 1110001 10011100 0 110100 100010 111 101010011 1001110 1000101

Color Harmonies of #ED719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED719C

Black with #ED719C

Text Example


Text Example

White with #ED719C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED719C; }

 p { color: rgb(237,113,156); }

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

background-color css

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

 a { background-color: rgb(237,113,156); }

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

border-color css

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

 span { border-color: rgb(237,113,156); }

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