Html Css Color HEX #ED669D Pale Violet Red

📋 copy color: '#ED669D'

red 237 ◦ green 102 ◦ blue 157

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

Shades of Pale Violet Red #ED669D

Tints of Pale Violet Red #ED669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.56%

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

R = 47.78%
G = 20.56%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED669D (or 0xED669D) is known color: Pale Violet Red. HEX triplet: ED, 66 and 9D. RGB value is (237,102,157). Sum of RGB (Red+Green+Blue) = 237+102+157=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED669D is #129962. Grayscale: #949494. Windows color (decimal): -1218915 or 10315501. OLE color: 10315501.

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

Color convert

RGB 237 102 157 -
CMYK 0 0.57 0.34 0.07
HSL 335.56º 0.79% 0.66% -
HSV(B) 335.56º 0.57% 0.93% -
XYZ 45.76 29.94 35.27 -
YUV 148.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 237 102 157 0 0.57 0.34 0.07 335.56 0.79 0.66
Hex ED 66 9D 0 39 22 7 150 4F 42
Octal 355 146 235 0 71 42 7 520 117 102
Binary 11101101 1100110 10011101 0 111001 100010 111 101010000 1001111 1000010

Color Harmonies of #ED669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED669D

Black with #ED669D

Text Example


Text Example

White with #ED669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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