Html Css Color HEX #ED669E Pale Violet Red

📋 copy color: '#ED669E'

red 237 ◦ green 102 ◦ blue 158

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

Shades of Pale Violet Red #ED669E

Tints of Pale Violet Red #ED669E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.79%

R = 47.69%
G = 20.52%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED669E (or 0xED669E) is known color: Pale Violet Red. HEX triplet: ED, 66 and 9E. RGB value is (237,102,158). Sum of RGB (Red+Green+Blue) = 237+102+158=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED669E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED669E is #129961. Grayscale: #949494. Windows color (decimal): -1218914 or 10381037. OLE color: 10381037.

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

Color convert

RGB 237 102 158 -
CMYK 0 0.57 0.33 0.07
HSL 335.11º 0.79% 0.66% -
HSV(B) 335.11º 0.57% 0.93% -
XYZ 45.85 29.98 35.72 -
YUV 148.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 237 102 158 0 0.57 0.33 0.07 335.11 0.79 0.66
Hex ED 66 9E 0 39 21 7 14F 4F 42
Octal 355 146 236 0 71 41 7 517 117 102
Binary 11101101 1100110 10011110 0 111001 100001 111 101001111 1001111 1000010

Color Harmonies of #ED669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED669E

Black with #ED669E

Text Example


Text Example

White with #ED669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED669E; }

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

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

background-color css

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

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

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

border-color css

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

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

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